debianize

- fix make version on debian
- update gitignore
- add aptly-api and service
- install zsh completion
- add debug package
- move aptly data from orig deb package
- do not add shell for service user
- use 8080 as default port
This commit is contained in:
André Roth
2024-04-21 21:51:42 +02:00
parent 372ce3c4bc
commit f7f220aa18
18 changed files with 1012 additions and 27 deletions

2
debian/aptly-api.default vendored Normal file
View File

@@ -0,0 +1,2 @@
# Default settings for aptly-api
LISTEN_ADDRESS='localhost:8080'