Add latest apks

This commit is contained in:
Jenkins CI
2026-02-12 05:50:36 +01:00
commit 8ccbb46903
51 changed files with 952 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
events {}
http {
server {
listen 80;
server_name = fdroid.julian-mutter.de;
location = / {
return 302 /fdroid/repo;
}
location /fdroid/repo {
alias /repo/fdroid/repo/;
autoindex on;
}
}
}