2023-02-05 16:51:04 +00:00
|
|
|
{
|
|
|
|
age.secrets = {
|
2023-02-06 10:47:54 +00:00
|
|
|
cloudflared-environment = {
|
|
|
|
file = ./cloudflared/environment.age;
|
|
|
|
owner = "cloudflared";
|
|
|
|
group = "cloudflared";
|
|
|
|
};
|
|
|
|
|
2023-02-05 19:32:19 +00:00
|
|
|
mastodon-database-password = {
|
|
|
|
file = ./mastodon/databasePassword.age;
|
|
|
|
owner = "mastodon";
|
|
|
|
group = "mastodon";
|
|
|
|
};
|
|
|
|
|
|
|
|
mastodon-smtp-password = {
|
|
|
|
file = ./mastodon/smtpPassword.age;
|
|
|
|
owner = "mastodon";
|
|
|
|
group = "mastodon";
|
|
|
|
};
|
|
|
|
|
|
|
|
mastodon-otp-secret = {
|
|
|
|
file = ./mastodon/otpSecret.age;
|
|
|
|
owner = "mastodon";
|
|
|
|
group = "mastodon";
|
|
|
|
};
|
|
|
|
|
|
|
|
mastodon-secret-key-base = {
|
|
|
|
file = ./mastodon/secretKeyBase.age;
|
|
|
|
owner = "mastodon";
|
|
|
|
group = "mastodon";
|
|
|
|
};
|
|
|
|
|
|
|
|
mastodon-vapid-private-key = {
|
|
|
|
file = ./mastodon/vapidPrivateKey.age;
|
|
|
|
owner = "mastodon";
|
|
|
|
group = "mastodon";
|
|
|
|
};
|
|
|
|
|
|
|
|
mastodon-vapid-public-key = {
|
|
|
|
file = ./mastodon/vapidPublicKey.age;
|
|
|
|
owner = "mastodon";
|
|
|
|
group = "mastodon";
|
|
|
|
};
|
|
|
|
|
2023-02-05 20:08:03 +00:00
|
|
|
mastodon-extra-config = {
|
|
|
|
file = ./mastodon/extraConfig.age;
|
|
|
|
owner = "mastodon";
|
|
|
|
group = "mastodon";
|
|
|
|
};
|
|
|
|
|
2023-02-05 22:25:57 +00:00
|
|
|
synapse-extra-config = {
|
2023-02-05 22:30:19 +00:00
|
|
|
file = ./synapse/extraConfig.age;
|
2023-02-05 22:25:57 +00:00
|
|
|
owner = "matrix-synapse";
|
|
|
|
group = "matrix-synapse";
|
|
|
|
};
|
|
|
|
|
2023-02-05 16:52:42 +00:00
|
|
|
freshrss-user-password = {
|
|
|
|
file = ./freshrss/userPassword.age;
|
2023-02-05 17:06:51 +00:00
|
|
|
owner = "freshrss";
|
|
|
|
group = "freshrss";
|
|
|
|
};
|
|
|
|
|
|
|
|
freshrss-database-password = {
|
|
|
|
file = ./freshrss/databasePassword.age;
|
|
|
|
owner = "freshrss";
|
|
|
|
group = "freshrss";
|
2023-02-05 16:51:04 +00:00
|
|
|
};
|
2023-02-13 18:44:04 +00:00
|
|
|
|
|
|
|
nitter-config = {
|
|
|
|
file = ./nitter/config.age;
|
2023-02-14 10:04:10 +00:00
|
|
|
mode = "444";
|
2023-02-13 18:44:04 +00:00
|
|
|
};
|
2023-02-13 19:04:45 +00:00
|
|
|
|
|
|
|
nitter-auth = {
|
|
|
|
file = ./nitter/auth.age;
|
2023-02-13 19:08:31 +00:00
|
|
|
owner = "nginx";
|
|
|
|
group = "nginx";
|
2023-02-13 19:04:45 +00:00
|
|
|
};
|
2023-02-13 19:15:10 +00:00
|
|
|
|
|
|
|
libreddit-auth = {
|
|
|
|
file = ./libreddit/auth.age;
|
|
|
|
owner = "nginx";
|
|
|
|
group = "nginx";
|
|
|
|
};
|
2023-02-15 19:35:46 +00:00
|
|
|
|
|
|
|
anonymous-overflow-config = {
|
|
|
|
file = ./anonymous-overflow/config.age;
|
|
|
|
mode = "444";
|
|
|
|
};
|
|
|
|
|
|
|
|
anonymous-overflow-auth = {
|
|
|
|
file = ./anonymous-overflow/auth.age;
|
|
|
|
owner = "nginx";
|
|
|
|
group = "nginx";
|
|
|
|
};
|
2023-02-05 16:51:04 +00:00
|
|
|
};
|
|
|
|
}
|