etebase: Add secrets file

This commit is contained in:
Payas Relekar 2023-07-02 11:34:08 +05:30
parent 5152fc31ff
commit 932b74c84e
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
age-encryption.org/v1
-> ssh-ed25519 dy7D9w k7vPZj9zdQ2vdvviL1kEAt9SjiT7REbzx+3blck/lFs
3wR6hAxCTUEgY3MX4DsggFAvWxigCm5SwCvDVmE9UHY
-> Rd#tlm-grease >"E2=(A l*U+&@y[ S1+j:o
6nIvi/QKJ0R7meAFg/5p4WARZA6f+w7b1W1R8z7r8+qo/x6ALwKdqSvftkgn
--- vvEfIUwj9oeZVyAqPU/pWbvrx1tPICbnd9lhG4rp5h0
;F¥60‰µY:ÄÒ~^Óo3CR—#¸ÿö'<27>äµ0ø(JgtÁ¤¦=™É÷ª[óûZzºÌùË=bUsõµò\”P=I!5„Ìb:æ„

View file

@ -18,4 +18,5 @@ in
"outline_gmail.age".publicKeys = [ ageKey ];
"gandalf_mail.age".publicKeys = [ ageKey ];
"nginx.age".publicKeys = [ ageKey ];
"etebase.age".publicKeys = [ ageKey ];
}

View file

@ -6,6 +6,7 @@
port = 37358;
dataDir = "/var/lib/etebase";
settings = {
global.secret_file = "/run/agenix/etebase";
allowed_hosts = {
allowed_host1 = "0.0.0.0";
allowed_host2 = "bhankas.org";