aboutsummaryrefslogtreecommitdiff
path: root/TODOs.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use rst for TODOsEuAndreh2021-01-141-184/+0
|
* TODOs.org: Add bc537812-5f9d-4760-8c95-9ae933ecbd57 and ↵EuAndreh2021-01-121-0/+23
| | | | ac19877b-55e3-48c8-8c3a-071124d23cd2
* TODOs.orgEuAndreh2021-01-101-0/+1
|
* vps.scm: Rename generate-logs-html -> generate-ci-htmlEuAndreh2020-12-051-1/+1
|
* TODOs.orgEuAndreh2020-12-051-1/+1
|
* TODOs.orgEuAndreh2020-12-021-0/+1
|
* TODOs.org: Add dee378cd-9e41-402b-9018-e9ebb05ef75dEuAndreh2020-12-021-0/+7
|
* Fix build of HTMLEuAndreh2020-12-021-1/+4
|
* TODOs.org: Add missing IDsEuAndreh2020-12-021-1/+28
|
* Build and publish TODOs.org fileEuAndreh2020-12-021-0/+2
|
* TODOs.orgEuAndreh2020-11-301-0/+2
|
* TODOs.orgEuAndreh2020-11-301-0/+16
|
* TODOs.orgEuAndreh2020-11-291-0/+2
|
* Move FIXME markers to TODOs.orgEuAndreh2020-11-291-0/+4
|
* Remove .bashrcEuAndreh2020-11-291-0/+4
|
* TODOs.org: Ressurect decision on public SSH key leakage and add anchorsEuAndreh2020-11-291-1/+32
|
* TODOs.orgEuAndreh2020-11-271-0/+8
|
* TODOs.org: remove old sectionsEuAndreh2020-11-271-179/+17
|
* TODOs.orgEuAndreh2020-11-261-1/+6
|
* Remove most Nix filesEuAndreh2020-11-181-1/+1
|
* TODOs.org: Sort services by priorityEuAndreh2020-11-161-3/+3
|
* Add base Guix configuration and start switching to itEuAndreh2020-11-161-0/+2
| | | | | | | | | | | | | | | | - remove NixOS stateVersion from .envrc; - add guix-reconfigure.sh; - add vps.scm with initial Guix system configuration; - update vps.tf to use the new "base-guix" snapshot. The "base-guix" image doesn't need a password. The "andreh" users has one, but it is configured for not requiring it when running commands as "sudo". The expected minimal steps one has to go through for privilege scalation is via the SSH private key, and accessing the VPS via SSH. Since password login is disabled and root can't login via SSH either, only the private SSH key allows access to the server. After that, the attacker will be able to run commands as root.
* TODOs.org: Outline migration to GuixEuAndreh2020-11-161-73/+100
|
* TODOs.orgEuAndreh2020-11-061-0/+5
|
* Fix testsEuAndreh2020-10-231-0/+8
|
* TODOs.orgEuAndreh2020-09-231-0/+2
|
* Enable automatic GC of NixOSEuAndreh2020-09-231-1/+3
|
* Use SQLite instead of PostgreSQL: simplify operations and backupEuAndreh2020-09-231-2/+13
|
* TODOs.orgEuAndreh2020-09-221-19/+20
|
* TODOs.orgEuAndreh2020-09-191-0/+3
|
* Initial setup for Telegram in Matrix, but it is still not workingEuAndreh2020-09-191-0/+1
|
* Initial setup of matrix with mautrix-whatsappEuAndreh2020-09-181-0/+8
|
* Refactor vps-configuration.nix: Split secrets from config and envsubst varsEuAndreh2020-09-061-3/+23
| | | | Also rename thingTLD to thingDomain.
* TODOs.orgEuAndreh2020-08-231-5/+5
|
* TODOs.orgEuAndreh2020-08-231-1/+2
|
* Add favicon to conversejs pageEuAndreh2020-08-231-2/+0
|
* Serve favicon from repo in cgitEuAndreh2020-08-231-0/+1
|
* TODOs.orgEuAndreh2020-08-231-57/+10
|
* Disable broken matterbridge on whatsapp temporarilyEuAndreh2020-08-231-0/+2
|
* WIP: reenable prosody and matterbridge, and add PDFsEuAndreh2020-08-221-0/+1
|
* Revert "Checkpoint: Shut down Prosody and matterbridge"EuAndreh2020-08-221-22/+52
| | | | This reverts commit 21ebd9be57a8dcdc97d333c6cf2ba19d2642f405.
* TODOs.orgEuAndreh2020-08-201-0/+2
|
* Checkpoint: Shut down Prosody and matterbridgeEuAndreh2020-08-191-52/+22
| | | | Full reasoning under "Decisions" section inside TODOs.org.
* Checkpoint: working matterbridge serverEuAndreh2020-08-181-10/+6
| | | | | | | | | | | | | | | | I was able to make matterbridge work, but only to realize that it doesn't support private groups on most services. So I can't use this as a replacement for other chat systems as I desired. I ended up using my conversations.im account due to the lack of MUC support in my current server. I was also able to setup the Converse client, but my Prosody server also doesn't have HTTP (or WebSockets, I don't remember) yet, so it didn't work for my server. So this may serve as a useful future reference, but I pan to turn off the matterbridge server itself.
* Checkpoint: Working Prosody serverEuAndreh2020-08-161-1/+4
| | | | Use NGINX to create TLS certificate and then share it with prosody.
* Use NGINX to handle the creation of certificates for prosodyEuAndreh2020-08-161-0/+2
| | | | | | | | | | | | | | | | | | After a terraform state rm '...' of the server and domain configuration, and recreating the instance again while leaving the dettached one running. I had to do this because I was experimenting too much with the domain and I hit the Let's Encrypt rate limit[0]. Because of that I'll recreate certificates less often so that doesn't happen in the new domain during development of the VPS. I'm not shure if this solution works, but I'll commit just as a checkpoint. I had to change the custom DNS nameservers from Digital Ocean to Vultr and that may take a while, so it's worth having this as a checkpoint in time while I'm off to other things. [0]: https://letsencrypt.org/docs/rate-limits/
* Deploy "boneco" project at boneco.$TLDEuAndreh2020-08-151-0/+3
|
* TODOs.orgEuAndreh2020-08-141-31/+24
|
* Setup cgit and ProsodyEuAndreh2020-08-141-7/+71
| | | | The TLS setup for Prosody is broken, though.
* vps-configuration.env.nix: Finish working Nextcloud installationEuAndreh2020-08-111-2/+4
|