chore: better reuse compliance

This commit is contained in:
Daniel Wolf 2024-03-29 10:29:49 -04:00
parent eb4383cc00
commit 358a7d060d
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
2 changed files with 12 additions and 1 deletions

View File

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

View File

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