track gitea config [encrypted]
authorShane Jaroch <chown_tee@proton.me>
Thu, 15 Jan 2026 19:44:35 +0000 (14:44 -0500)
committerShane Jaroch <chown_tee@proton.me>
Thu, 15 Jan 2026 19:44:35 +0000 (14:44 -0500)
.gitattributes
etc/gitea/app.ini [new file with mode: 0644]

index e331136606900d39cc73a4a80e0f2308256ffdcb..fb495e8fe4f21c4db7d734d6752aa2379c2c63e1 100644 (file)
@@ -7,3 +7,6 @@ etc/postgresql/**/pg_hba.conf filter=git-crypt diff=git-crypt
 etc/sudoers.d/** filter=git-crypt diff=git-crypt
 etc/systemd/system/*.service filter=git-crypt diff=git-crypt
 etc/postfix/main.cf filter=git-crypt diff=git-crypt
+
+etc/gitea/app.ini filter=git-crypt diff=git-crypt
+
diff --git a/etc/gitea/app.ini b/etc/gitea/app.ini
new file mode 100644 (file)
index 0000000..7b1c256
Binary files /dev/null and b/etc/gitea/app.ini differ