summaryrefslogtreecommitdiff
path: root/hosts/flora (follow)
Commit message (Collapse)AuthorAgeFilesLines
* restructuring directoriesstuebinm2022-01-2011-578/+0
|
* use stable pleroma because unstable brokestuebinm2022-01-091-1/+1
|
* use flakes instead of niv & stuffstuebinm2022-01-094-11/+6
|
* upgrade to nixos 21.11stuebinm2021-12-031-1/+2
|
* add blog to florastuebinm2021-11-292-0/+10
|
* disable hedgedoc & surveys (too annoying for now)stuebinm2021-10-171-2/+2
|
* add docker registrystuebinm2021-10-052-0/+24
| | | | | (used mostly to host a guix container that just contains the guix daemon and not much else, since no such think appears to exist elsewhere)
* nixpkgs 20.09 → nixpkgs 21.05stuebinm2021-06-242-5/+7
| | | | | | | | | Since pleroma is in nixpkgs 21.05, this requires some reshuffling to keep the unstable version of pleroma (otherwise the database versions are not compatible, and pleroma does not like database downgrades). Additionally, hedgedoc's database has been moved to a postgres user who is actually called hedgedoc.
* remove grafanastuebinm2021-06-232-42/+0
| | | | no longer needed
* update sourcesstuebinm2021-06-231-1/+1
|
* update sources, unbreak hedgedoc with cindyjsstuebinm2021-05-201-2/+2
|
* copy grafana to florastuebinm2021-04-182-0/+42
|
* add interest-cohort=() headerstuebinm2021-04-171-8/+4
|
* cgit: chaski -> flora; general cleanupstuebinm2021-04-174-108/+121
|
* update picaronesstuebinm2021-03-151-1/+1
|
* fix pleroma exiftoolstuebinm2021-03-111-1/+4
|
* Add cindyscript support to hedgedocstuebinm2021-03-091-1/+11
|
* Added picaronesstuebinm2021-03-093-2/+29
| | | | Just a simple test instance fore now.
* Added Pleromastuebinm2021-03-083-14/+192
| | | | | | | | | This pleroma config should be able to set itself up without any manual intervention (modulo the secrets file, which is almost empty). Annoyingly, the pleroma nixpkg is built from the pipeline artifacts of the pleroma gitlab and does not have support for pleroma's ssh/bbs mode.
* migrating configstuebinm2021-03-036-0/+319
This deploy logic is primarily based on hxchn's deploy lib [1], with some slight modifications to make it work with my setup. Everything seems to work fine for now. However, I am unsure about the usage of niv — the config doesn't seem to gain much from it, apart from (some) additional complexity. [1] https://gitlab.com/hexchen/nixfiles