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
debian/aptly-api.install vendored Normal file
View File

@@ -0,0 +1 @@
debian/aptly.conf etc/

6
debian/aptly.conf vendored
View File

@@ -29,5 +29,9 @@
"logLevel": "info",
"logFormat": "default",
"serveInAPIMode": false,
"enableSwaggerEndpoint": false
"databaseBackend": {
"type": "",
"url": "",
"dbPath": ""
}
}

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/

2
debian/control vendored
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