diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 02:58:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 02:58:05 -0300 |
commit | 9790a9069eb9a2a2a6ab533f9d369465c324fa6d (patch) | |
tree | 5146d1636e91c818615e025c00e3ced8bec986ae /TODOs.md | |
parent | Update files under aux/ (diff) | |
download | server-9790a9069eb9a2a2a6ab533f9d369465c324fa6d.tar.gz server-9790a9069eb9a2a2a6ab533f9d369465c324fa6d.tar.xz |
TODOs.md: Mark tasks as DONE or CANCELLED, start sunsetting CGit in favor of gistatic
Diffstat (limited to 'TODOs.md')
-rw-r--r-- | TODOs.md | 31 |
1 files changed, 23 insertions, 8 deletions
@@ -21,7 +21,10 @@ Is it the local one? Pilfer style from orgcss.css. -## TODO Add commit "macro" to TODOs.md {#task-268afd29-d602-4f9c-9de8-348cc0b671fb} +## CANCELLED Add commit "macro" to TODOs.md {#task-268afd29-d602-4f9c-9de8-348cc0b671fb} +- CANCELLED in 2021-03-06 + + It is better instead to link manually, no automagic. - TODO in 2021-01-16 --- @@ -43,7 +46,10 @@ So that it links to CGit directly. - gzip - cache everything, detect content changes? -## TODO Cronjob: Duplicate tarballs in Git notes to static directory listing {#task-8fa7a0c2-4a27-4c56-9817-a47982995ade} +## CANCELLED Cronjob: Duplicate tarballs in Git notes to static directory listing {#task-8fa7a0c2-4a27-4c56-9817-a47982995ade} +- CANCELLED in 2021-03-06 + + Tarballs are no longer stored in Git notes. They are just the Git tags themselves, that CGit/gistatic generates. - TODO in 2021-01-16 --- @@ -68,7 +74,10 @@ Fix provenance warning when running `guix deploy`. ## TODO Try running on the Raspberry Pi {#task-bc537812-5f9d-4760-8c95-9ae933ecbd57} - TODO in 2020-01-12 -## TODO Use custom README converter {#task-ac19877b-55e3-48c8-8c3a-071124d23cd2} +## CANCELLED Use custom README converter {#task-ac19877b-55e3-48c8-8c3a-071124d23cd2} +- CANCELLED in 2021-03-06 + + `README.md` is for commonmark, `README` is plain text. - TODO in 2021-01-12 --- @@ -83,7 +92,10 @@ Convert `README` file using markdown instead of plain text. - TODO in 2020-12-02 -## TODO Test Guix deploy {#task-dee378cd-9e41-402b-9018-e9ebb05ef75d} +## DONE Test Guix deploy {#task-dee378cd-9e41-402b-9018-e9ebb05ef75d} +- DONE in 2021-03-06 + + It works! - TODO in 2020-12-02 ## TODO External volume {#task-d76d4d2c-f07e-420b-8f30-28eb258494a6} @@ -161,7 +173,10 @@ base image. Setup custom SSH port in the base image itself. -## TODO Setup cgit {#task-43a7a634-84ec-41de-b243-c27fd4a44c25} +## CANCELLED Setup cgit {#task-43a7a634-84ec-41de-b243-c27fd4a44c25} +- CANCELLED in 2021-03-06 + + Use gistatic generator, instead. No extra server configuration required, just vanilla NGINX. - TODO in 2020-11-30 --- @@ -179,12 +194,12 @@ Setup custom SSH port in the base image itself. # Services -- `https://$project.$tld`: NGINX - static documentation for projects -- `https://matrix.$tld`: NGINX - Synapse Matrix +- `https://$tld/$project/`: NGINX - static documentation for projects +- `https://matrix.$tld`: Synapse Matrix - `https://$tld`: NGINX - Jekyll blog - `https://voice.$tld`: Murmur - `https://cloud.$tld`: Nextcloud -- `https://git.$tld`: NGINX - cgit over FastCGIT +- <del>`https://git.$tld`: NGINX - cgit over FastCGIT</del> - `git://git.euandreh.xyz`: Git server - `smtps://$tld`: OpenSMTPD - `imaps://$tld`: Dovecot |