debian: move config file to aptly-api

This commit is contained in:
André Roth
2024-09-21 16:25:19 +02:00
parent f5dda668e3
commit 67d04ca878
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
debian/aptly.conf etc/
+5 -1
View File
@@ -29,5 +29,9 @@
"logLevel": "info",
"logFormat": "default",
"serveInAPIMode": false,
"enableSwaggerEndpoint": false
"databaseBackend": {
"type": "",
"url": "",
"dbPath": ""
}
}
-1
View File
@@ -2,5 +2,4 @@ build/aptly usr/bin/
README.rst usr/share/aptly/
LICENSE usr/share/aptly/
AUTHORS usr/share/aptly/
debian/aptly.conf etc/
completion.d/_aptly usr/share/zsh/vendor-completions/
+1 -1
View File
@@ -64,6 +64,6 @@ Description: Debian repository management tool (debug files)
Package: aptly-api
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, aptly
Description: Debian repository management tool (REST API server)
systemd service and configuration for aptly