Add branding.

This commit is contained in:
Aterfax 2024-03-29 19:26:18 +00:00
parent 68f07f2c98
commit e0d7531515
No known key found for this signature in database
GPG Key ID: 51E7ED3290C121FE
2 changed files with 15 additions and 1 deletions

View File

@ -43,4 +43,6 @@ COPY ./src/s6-services/cron-backup /etc/s6-overlay/s6-rc.d/cron-backup
RUN touch etc/s6-overlay/s6-rc.d/user/contents.d/cron-backup RUN touch etc/s6-overlay/s6-rc.d/user/contents.d/cron-backup
COPY ./src/helper_scripts/* /usr/local/sbin/ COPY ./src/helper_scripts/* /usr/local/sbin/
RUN chmod +x /usr/local/sbin/* RUN chmod +x /usr/local/sbin/*
COPY ./src/branding.txt /etc/s6-overlay/s6-rc.d/init-adduser/branding

12
docker/src/branding.txt Executable file
View File

@ -0,0 +1,12 @@
────────────────────────────────────────────────────────────────
█████╗ ████████╗███████╗██████╗ ███████╗ █████╗ ██╗ ██╗
██╔══██╗╚══██╔══╝██╔════╝██╔══██╗██╔════╝██╔══██╗╚██╗██╔╝
███████║ ██║ █████╗ ██████╔╝█████╗ ███████║ ╚███╔╝
██╔══██║ ██║ ██╔══╝ ██╔══██╗██╔══╝ ██╔══██║ ██╔██╗
██║ ██║ ██║ ███████╗██║ ██║██║ ██║ ██║██╔╝ ██╗
╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝
Brought to you by Aterfax
Based on images from linuxserver.io
────────────────────────────────────────────────────────────────