aboutsummaryrefslogtreecommitdiff
path: root/vps-configuration.env.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor vps-configuration.nix: Split secrets from config and envsubst varsEuAndreh2020-09-061-414/+0
| | | | Also rename thingTLD to thingDomain.
* Use dynamic toggle for prosodyEuAndreh2020-09-061-12/+14
|
* Add mediator documentationEuAndreh2020-09-021-0/+11
|
* Add cement documentationEuAndreh2020-09-021-0/+11
|
* Add poor-mans-logrotate service to gc old log filesEuAndreh2020-08-301-10/+22
|
* Add prototype of logrotate configurationEuAndreh2020-08-301-0/+16
|
* Include euandreh.cachix.org as a public binary cacheEuAndreh2020-08-301-0/+6
| | | | TO be mainly used by CI runs.
* Add ci-logs from static filesEuAndreh2020-08-281-0/+8
|
* Add $lang prefix to root songbooks documentation path redirectEuAndreh2020-08-271-1/+1
|
* Always init pires database before startingEuAndreh2020-08-271-0/+1
|
* Add waitress as an --extras package for pires-prodEuAndreh2020-08-251-1/+1
|
* Add pires-prod deploymentEuAndreh2020-08-251-0/+42
|
* Add subdomain for pires documentationEuAndreh2020-08-241-0/+6
|
* Add more readme alternative for cgit to tryEuAndreh2020-08-241-1/+4
|
* Add cgit simple root-readme and root-descEuAndreh2020-08-241-0/+2
|
* Disable prosodyEuAndreh2020-08-241-1/+1
|
* Remove matterbridge overlayEuAndreh2020-08-241-12/+0
|
* Remove matterbridge codeEuAndreh2020-08-241-36/+12
|
* nixfmt ./vps-configuration.env.nixEuAndreh2020-08-231-1/+2
|
* WIP Fix Converse.js setupEuAndreh2020-08-231-10/+31
|
* Chage DNS record of prosodyEuAndreh2020-08-231-1/+0
| | | | | | Terraform file changes were du to me initially trying to do this via creating a SRV DNS record. However this is not required, because Prosody is already on the $TLD sever, the only difference being that it is listening on a different port.
* Expose cgit snapshots, AKA tarballsEuAndreh2020-08-231-0/+1
|
* Fix repo.readme config and increase description length to 120EuAndreh2020-08-231-3/+2
|
* add gotop packageEuAndreh2020-08-231-1/+6
|
* nixfmt ./vps-configuration.env.nixEuAndreh2020-08-231-5/+11
|
* customize cgitrc confirugationEuAndreh2020-08-231-1/+11
|
* Add git-annex packageEuAndreh2020-08-231-1/+1
|
* Use fold to mkdir and chmod all data foldersEuAndreh2020-08-231-14/+8
|
* Add favicon to conversejs pageEuAndreh2020-08-231-7/+9
|
* Serve favicon from repo in cgitEuAndreh2020-08-231-4/+9
|
* Rename data-folder-init systemd serviceEuAndreh2020-08-231-1/+1
|
* chat.$TLD: Redirect to conversejs directlyEuAndreh2020-08-231-1/+1
|
* Disable broken matterbridge on whatsapp temporarilyEuAndreh2020-08-231-1/+1
|
* NGINX songbooks: redirect root documentation to masterEuAndreh2020-08-221-0/+5
|
* Re-add missing GIT_ROOTEuAndreh2020-08-221-0/+1
|
* Fix DATA_ROOT permissionsEuAndreh2020-08-221-5/+14
|
* nixfmt ./vps-configuration.env.nixEuAndreh2020-08-221-10/+10
|
* Add songbooks documentation DNS addressEuAndreh2020-08-221-0/+6
|
* WIP: reenable prosody and matterbridge, and add PDFsEuAndreh2020-08-221-14/+17
|
* Revert "Checkpoint: Shut down Prosody and matterbridge"EuAndreh2020-08-221-3/+92
| | | | This reverts commit 21ebd9be57a8dcdc97d333c6cf2ba19d2642f405.
* Add songbooks documentatationEuAndreh2020-08-201-0/+6
|
* Checkpoint: Shut down Prosody and matterbridgeEuAndreh2020-08-191-95/+0
| | | | Full reasoning under "Decisions" section inside TODOs.org.
* Checkpoint: working matterbridge serverEuAndreh2020-08-181-2/+44
| | | | | | | | | | | | | | | | 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-15/+10
| | | | Use NGINX to create TLS certificate and then share it with prosody.
* Use NGINX to handle the creation of certificates for prosodyEuAndreh2020-08-161-9/+26
| | | | | | | | | | | | | | | | | | 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/
* Use letsencrypt to generate the TLS certificateEuAndreh2020-08-151-11/+4
|
* Remove duplicate letsencryptEmail entryEuAndreh2020-08-151-1/+0
| | | | | This option is to override the global one. Since they are the same, it has no effect.
* Deploy "boneco" project at boneco.$TLDEuAndreh2020-08-151-0/+17
|
* Set "prosody" as the group for generated certificatesEuAndreh2020-08-141-1/+2
|
* nixfmt ./vps-configuration.env.nixEuAndreh2020-08-141-5/+5
|