Commit graph

8 commits

Author SHA1 Message Date
Inex Code
c1ed3a522c Move secrets out of Nix Store (#19)
Nix store is world-readable, and while nix repl fails to get the secret due to file permissions, we should still set up secrets without getting them in Nix store.

In the past tmpfiles.d was used, but its entire contents get to the nix store.

Now, all files with secrets are generated in activation scripts, with the help of jq and sed.

Also dead Pleroma code was deleted, but CAPTCHA is still broken.

Co-authored-by: inexcode <inex.code@selfprivacy.org>
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config/pulls/19
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
Co-committed-by: Inex Code <inex.code@selfprivacy.org>
2022-07-19 15:18:46 +03:00
Inex Code
c3ee4d00fc Add ability to skip migrations in API 2022-01-14 03:43:26 +03:00
Inex Code
255ea374c0 API controlled timezone, autoupgrades and SSH keys 2021-11-22 19:53:43 +03:00
Inex Code
8b5865c332 Add Swagger to API package 2021-11-16 17:08:58 +03:00
Inex Code
3e710e61d2 Add api token param 2021-11-16 13:28:16 +03:00
Inex Code
7193030b37 Add more SSH settings 2021-11-15 16:35:04 +03:00
Inex Code
4ba0dd5396 It builds! 2021-11-15 13:29:20 +03:00
Inex Code
85aaf52635 Initial commit 2021-11-15 13:02:05 +03:00