chore: better reuse compliance

This commit is contained in:
Daniel Wolf 2024-03-27 22:45:40 -04:00
parent de589f8e08
commit 3628d44f90
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 25 additions and 2 deletions

View File

@ -3,6 +3,22 @@ Upstream-Name: docker-nginx-ssl
Upstream-Contact: Daniel Wolf <nephatrine@gmail.com>
Source: https://code.nephatrine.net/NephNET/docker-nginx-ssl
Files: override/etc/s6-overlay/*
Copyright: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
Files: override/etc/s6-overlay/s6-rc.d/certbot/dependencies.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/nginx/dependencies.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/certbot/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/nginx/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/user/contents.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC

View File

@ -1,2 +1,6 @@
#!/command/execlineb
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
foreground { /command/with-contenv /bin/bash /usr/local/bin/certify }

View File

@ -1,4 +1,7 @@
#!/command/with-contenv /bin/bash
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
export HOME=/mnt/config/home
export DOMAINNAME=${SSLPRIMARY:-"example.net"}