Skip to content

Commit

Permalink
Change template app name variables to <appname> and <APPNAME>
Browse files Browse the repository at this point in the history
  • Loading branch information
CLHatch committed Sep 18, 2024
1 parent e615f6b commit 41bd2cd
Show file tree
Hide file tree
Showing 1,149 changed files with 4,500 additions and 4,500 deletions.
4 changes: 2 additions & 2 deletions compose/.apps/adguard/adguard.aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: adguard/adguardhome:${${_APPNAME_}_TAG}
<appname>:
image: adguard/adguardhome:${<APPNAME>_TAG}
2 changes: 1 addition & 1 deletion compose/.apps/adguard/adguard.hostname.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
<appname>:
hostname: ${DOCKER_HOSTNAME}
28 changes: 14 additions & 14 deletions compose/.apps/adguard/adguard.labels.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
services:
${_appname_}:
<appname>:
labels:
com.dockstarter.appinfo.deprecated: "false"
com.dockstarter.appinfo.description: "Network-wide ads & trackers blocking DNS server"
com.dockstarter.appinfo.nicename: "Adguard"
com.dockstarter.appvars.${_appname_}_container_name: "${_appname_}"
com.dockstarter.appvars.${_appname_}_enabled: "false"
com.dockstarter.appvars.${_appname_}_environment_serverip: "0.0.0.0"
com.dockstarter.appvars.${_appname_}_network_mode: ""
com.dockstarter.appvars.${_appname_}_port_3000: "3000"
com.dockstarter.appvars.${_appname_}_port_443: "446"
com.dockstarter.appvars.${_appname_}_port_53: "53"
com.dockstarter.appvars.${_appname_}_port_67: "67"
com.dockstarter.appvars.${_appname_}_port_68: "68"
com.dockstarter.appvars.${_appname_}_port_80: "8008"
com.dockstarter.appvars.${_appname_}_port_853: "853"
com.dockstarter.appvars.${_appname_}_restart: "unless-stopped"
com.dockstarter.appvars.${_appname_}_tag: "latest"
com.dockstarter.appvars.<appname>_container_name: "<appname>"
com.dockstarter.appvars.<appname>_enabled: "false"
com.dockstarter.appvars.<appname>_environment_serverip: "0.0.0.0"
com.dockstarter.appvars.<appname>_network_mode: ""
com.dockstarter.appvars.<appname>_port_3000: "3000"
com.dockstarter.appvars.<appname>_port_443: "446"
com.dockstarter.appvars.<appname>_port_53: "53"
com.dockstarter.appvars.<appname>_port_67: "67"
com.dockstarter.appvars.<appname>_port_68: "68"
com.dockstarter.appvars.<appname>_port_80: "8008"
com.dockstarter.appvars.<appname>_port_853: "853"
com.dockstarter.appvars.<appname>_restart: "unless-stopped"
com.dockstarter.appvars.<appname>_tag: "latest"
4 changes: 2 additions & 2 deletions compose/.apps/adguard/adguard.netmode.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
network_mode: ${${_APPNAME_}_NETWORK_MODE}
<appname>:
network_mode: ${<APPNAME>_NETWORK_MODE}
20 changes: 10 additions & 10 deletions compose/.apps/adguard/adguard.ports.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services:
${_appname_}:
<appname>:
ports:
- ${${_APPNAME_}_PORT_3000}:3000
- ${${_APPNAME_}_PORT_443}:443
- ${${_APPNAME_}_PORT_80}:80
- ${${_APPNAME_}_PORT_853}:853
- ${${_APPNAME_}_ENVIRONMENT_SERVERIP}:${${_APPNAME_}_PORT_53}:53
- ${${_APPNAME_}_ENVIRONMENT_SERVERIP}:${${_APPNAME_}_PORT_53}:53/udp
- ${${_APPNAME_}_ENVIRONMENT_SERVERIP}:${${_APPNAME_}_67}:67/udp
- ${${_APPNAME_}_ENVIRONMENT_SERVERIP}:${${_APPNAME_}_PORT_68}:68
- ${${_APPNAME_}_ENVIRONMENT_SERVERIP}:${${_APPNAME_}_PORT_68}:68/udp
- ${<APPNAME>_PORT_3000}:3000
- ${<APPNAME>_PORT_443}:443
- ${<APPNAME>_PORT_80}:80
- ${<APPNAME>_PORT_853}:853
- ${<APPNAME>_ENVIRONMENT_SERVERIP}:${<APPNAME>_PORT_53}:53
- ${<APPNAME>_ENVIRONMENT_SERVERIP}:${<APPNAME>_PORT_53}:53/udp
- ${<APPNAME>_ENVIRONMENT_SERVERIP}:${<APPNAME>_67}:67/udp
- ${<APPNAME>_ENVIRONMENT_SERVERIP}:${<APPNAME>_PORT_68}:68
- ${<APPNAME>_ENVIRONMENT_SERVERIP}:${<APPNAME>_PORT_68}:68/udp
4 changes: 2 additions & 2 deletions compose/.apps/adguard/adguard.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: adguard/adguardhome:${${_APPNAME_}_TAG}
<appname>:
image: adguard/adguardhome:${<APPNAME>_TAG}
10 changes: 5 additions & 5 deletions compose/.apps/adguard/adguard.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
services:
${_appname_}:
container_name: ${${_APPNAME_}_CONTAINER_NAME}
<appname>:
container_name: ${<APPNAME>_CONTAINER_NAME}
environment:
- TZ=${TZ}
restart: ${${_APPNAME_}_RESTART}
restart: ${<APPNAME>_RESTART}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/${_appname_}/work:/opt/adguardhome/work
- ${DOCKER_VOLUME_CONFIG}/${_appname_}/conf:/opt/adguardhome/conf
- ${DOCKER_VOLUME_CONFIG}/<appname>/work:/opt/adguardhome/work
- ${DOCKER_VOLUME_CONFIG}/<appname>/conf:/opt/adguardhome/conf
- ${DOCKER_VOLUME_STORAGE}:/storage
4 changes: 2 additions & 2 deletions compose/.apps/adminer/adminer.aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: adminer:${${_APPNAME_}_TAG}
<appname>:
image: adminer:${<APPNAME>_TAG}
2 changes: 1 addition & 1 deletion compose/.apps/adminer/adminer.hostname.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
<appname>:
hostname: ${DOCKER_HOSTNAME}
18 changes: 9 additions & 9 deletions compose/.apps/adminer/adminer.labels.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
${_appname_}:
<appname>:
labels:
com.dockstarter.appinfo.deprecated: "false"
com.dockstarter.appinfo.description: "A full-featured database management tool"
com.dockstarter.appinfo.nicename: "adminer"
com.dockstarter.appvars.${_appname_}_container_name: "${_appname_}"
com.dockstarter.appvars.${_appname_}_enabled: "false"
com.dockstarter.appvars.${_appname_}_environment_design: ""
com.dockstarter.appvars.${_appname_}_environment_plugins: ""
com.dockstarter.appvars.${_appname_}_network_mode: ""
com.dockstarter.appvars.${_appname_}_port_8080: "8080"
com.dockstarter.appvars.${_appname_}_restart: "unless-stopped"
com.dockstarter.appvars.${_appname_}_tag: "latest"
com.dockstarter.appvars.<appname>_container_name: "<appname>"
com.dockstarter.appvars.<appname>_enabled: "false"
com.dockstarter.appvars.<appname>_environment_design: ""
com.dockstarter.appvars.<appname>_environment_plugins: ""
com.dockstarter.appvars.<appname>_network_mode: ""
com.dockstarter.appvars.<appname>_port_8080: "8080"
com.dockstarter.appvars.<appname>_restart: "unless-stopped"
com.dockstarter.appvars.<appname>_tag: "latest"
4 changes: 2 additions & 2 deletions compose/.apps/adminer/adminer.netmode.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
network_mode: ${${_APPNAME_}_NETWORK_MODE}
<appname>:
network_mode: ${<APPNAME>_NETWORK_MODE}
4 changes: 2 additions & 2 deletions compose/.apps/adminer/adminer.ports.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
${_appname_}:
<appname>:
ports:
- ${${_APPNAME_}_PORT_8080}:8080
- ${<APPNAME>_PORT_8080}:8080
4 changes: 2 additions & 2 deletions compose/.apps/adminer/adminer.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: adminer:${${_APPNAME_}_TAG}
<appname>:
image: adminer:${<APPNAME>_TAG}
12 changes: 6 additions & 6 deletions compose/.apps/adminer/adminer.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services:
${_appname_}:
container_name: ${${_APPNAME_}_CONTAINER_NAME}
<appname>:
container_name: ${<APPNAME>_CONTAINER_NAME}
environment:
- ADMINER_DESIGN=${${_APPNAME_}_ENVIRONMENT_DESIGN}
- ADMINER_PLUGINS=${${_APPNAME_}_ENVIRONMENT_PLUGINS}
- ADMINER_DESIGN=${<APPNAME>_ENVIRONMENT_DESIGN}
- ADMINER_PLUGINS=${<APPNAME>_ENVIRONMENT_PLUGINS}
- TZ=${TZ}
restart: ${${_APPNAME_}_RESTART}
restart: ${<APPNAME>_RESTART}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/${_appname_}:/sessions
- ${DOCKER_VOLUME_CONFIG}/<appname>:/sessions
- ${DOCKER_VOLUME_STORAGE}:/storage
2 changes: 1 addition & 1 deletion compose/.apps/airdcpp/airdcpp.hostname.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
<appname>:
hostname: ${DOCKER_HOSTNAME}
22 changes: 11 additions & 11 deletions compose/.apps/airdcpp/airdcpp.labels.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
services:
${_appname_}:
<appname>:
labels:
com.dockstarter.appinfo.deprecated: "true"
com.dockstarter.appinfo.description: "(DEPRECATED) No replacement"
com.dockstarter.appinfo.nicename: "AirdcPP"
com.dockstarter.appvars.${_appname_}_container_name: "${_appname_}"
com.dockstarter.appvars.${_appname_}_enabled: "false"
com.dockstarter.appvars.${_appname_}_network_mode: ""
com.dockstarter.appvars.${_appname_}_port_21248: "21248"
com.dockstarter.appvars.${_appname_}_port_21249: "21249"
com.dockstarter.appvars.${_appname_}_port_5600: "5600"
com.dockstarter.appvars.${_appname_}_port_5601: "5601"
com.dockstarter.appvars.${_appname_}_restart: "unless-stopped"
com.dockstarter.appvars.${_appname_}_tag: "latest"
com.dockstarter.appvars.${_appname_}_volume_sharedir: "/mnt/airdcpp"
com.dockstarter.appvars.<appname>_container_name: "<appname>"
com.dockstarter.appvars.<appname>_enabled: "false"
com.dockstarter.appvars.<appname>_network_mode: ""
com.dockstarter.appvars.<appname>_port_21248: "21248"
com.dockstarter.appvars.<appname>_port_21249: "21249"
com.dockstarter.appvars.<appname>_port_5600: "5600"
com.dockstarter.appvars.<appname>_port_5601: "5601"
com.dockstarter.appvars.<appname>_restart: "unless-stopped"
com.dockstarter.appvars.<appname>_tag: "latest"
com.dockstarter.appvars.<appname>_volume_sharedir: "/mnt/airdcpp"
4 changes: 2 additions & 2 deletions compose/.apps/airdcpp/airdcpp.netmode.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
network_mode: ${${_APPNAME_}_NETWORK_MODE}
<appname>:
network_mode: ${<APPNAME>_NETWORK_MODE}
12 changes: 6 additions & 6 deletions compose/.apps/airdcpp/airdcpp.ports.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
${_appname_}:
<appname>:
ports:
- ${${_APPNAME_}_PORT_21248}:21248
- ${${_APPNAME_}_PORT_21248}:21248/udp
- ${${_APPNAME_}_PORT_21249}:21249
- ${${_APPNAME_}_PORT_5600}:5600
- ${${_APPNAME_}_PORT_5601}:5601
- ${<APPNAME>_PORT_21248}:21248
- ${<APPNAME>_PORT_21248}:21248/udp
- ${<APPNAME>_PORT_21249}:21249
- ${<APPNAME>_PORT_5600}:5600
- ${<APPNAME>_PORT_5601}:5601
4 changes: 2 additions & 2 deletions compose/.apps/airdcpp/airdcpp.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: gangefors/airdcpp-webclient:${${_APPNAME_}_TAG}
<appname>:
image: gangefors/airdcpp-webclient:${<APPNAME>_TAG}
20 changes: 10 additions & 10 deletions compose/.apps/airdcpp/airdcpp.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
services:
${_appname_}:
container_name: ${${_APPNAME_}_CONTAINER_NAME}
<appname>:
container_name: ${<APPNAME>_CONTAINER_NAME}
environment:
- HTTP_PORT=${${_APPNAME_}_PORT_5600}
- HTTPS_PORT=${${_APPNAME_}_PORT_5601}
- HTTP_PORT=${<APPNAME>_PORT_5600}
- HTTPS_PORT=${<APPNAME>_PORT_5601}
- PGID=${PGID}
- PUID=${PUID}
- TCP_PORT=${${_APPNAME_}_PORT_21248}
- TLS_PORT=${${_APPNAME_}_PORT_21249}
- TCP_PORT=${<APPNAME>_PORT_21248}
- TLS_PORT=${<APPNAME>_PORT_21249}
- TZ=${TZ}
- UDP_PORT=${${_APPNAME_}_PORT_21248}
restart: ${${_APPNAME_}_RESTART}
- UDP_PORT=${<APPNAME>_PORT_21248}
restart: ${<APPNAME>_RESTART}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${${_APPNAME_}_VOLUME_SHAREDIR}:/Share
- ${DOCKER_VOLUME_CONFIG}/${_appname_}:/.airdcpp
- ${<APPNAME>_VOLUME_SHAREDIR}:/Share
- ${DOCKER_VOLUME_CONFIG}/<appname>:/.airdcpp
- ${DOCKER_VOLUME_STORAGE}:/storage
4 changes: 2 additions & 2 deletions compose/.apps/airsonic/airsonic.aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: lscr.io/linuxserver/airsonic:${${_APPNAME_}_TAG}
<appname>:
image: lscr.io/linuxserver/airsonic:${<APPNAME>_TAG}
2 changes: 1 addition & 1 deletion compose/.apps/airsonic/airsonic.hostname.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
<appname>:
hostname: ${DOCKER_HOSTNAME}
18 changes: 9 additions & 9 deletions compose/.apps/airsonic/airsonic.labels.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
${_appname_}:
<appname>:
labels:
com.dockstarter.appinfo.deprecated: "true"
com.dockstarter.appinfo.description: "(DEPRECATED) Use AirsonicAdvanced"
com.dockstarter.appinfo.nicename: "Airsonic"
com.dockstarter.appvars.${_appname_}_container_name: "${_appname_}"
com.dockstarter.appvars.${_appname_}_enabled: "false"
com.dockstarter.appvars.${_appname_}_environment_context_path: "/airsonic"
com.dockstarter.appvars.${_appname_}_environment_java_opts: ""
com.dockstarter.appvars.${_appname_}_network_mode: ""
com.dockstarter.appvars.${_appname_}_port_4040: "4040"
com.dockstarter.appvars.${_appname_}_restart: "unless-stopped"
com.dockstarter.appvars.${_appname_}_tag: "latest"
com.dockstarter.appvars.<appname>_container_name: "<appname>"
com.dockstarter.appvars.<appname>_enabled: "false"
com.dockstarter.appvars.<appname>_environment_context_path: "/airsonic"
com.dockstarter.appvars.<appname>_environment_java_opts: ""
com.dockstarter.appvars.<appname>_network_mode: ""
com.dockstarter.appvars.<appname>_port_4040: "4040"
com.dockstarter.appvars.<appname>_restart: "unless-stopped"
com.dockstarter.appvars.<appname>_tag: "latest"
4 changes: 2 additions & 2 deletions compose/.apps/airsonic/airsonic.netmode.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
network_mode: ${${_APPNAME_}_NETWORK_MODE}
<appname>:
network_mode: ${<APPNAME>_NETWORK_MODE}
4 changes: 2 additions & 2 deletions compose/.apps/airsonic/airsonic.ports.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
${_appname_}:
<appname>:
ports:
- ${${_APPNAME_}_PORT_4040}:4040
- ${<APPNAME>_PORT_4040}:4040
4 changes: 2 additions & 2 deletions compose/.apps/airsonic/airsonic.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: lscr.io/linuxserver/airsonic:${${_APPNAME_}_TAG}
<appname>:
image: lscr.io/linuxserver/airsonic:${<APPNAME>_TAG}
12 changes: 6 additions & 6 deletions compose/.apps/airsonic/airsonic.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
${_appname_}:
container_name: ${${_APPNAME_}_CONTAINER_NAME}
<appname>:
container_name: ${<APPNAME>_CONTAINER_NAME}
environment:
- CONTEXT_PATH=${${_APPNAME_}_ENVIRONMENT_CONTEXT_PATH}
- JAVA_OPTS=${${_APPNAME_}_ENVIRONMENT_JAVA_OPTS}
- CONTEXT_PATH=${<APPNAME>_ENVIRONMENT_CONTEXT_PATH}
- JAVA_OPTS=${<APPNAME>_ENVIRONMENT_JAVA_OPTS}
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
restart: ${${_APPNAME_}_RESTART}
restart: ${<APPNAME>_RESTART}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/${_appname_}:/config
- ${DOCKER_VOLUME_CONFIG}/<appname>:/config
- ${DOCKER_VOLUME_STORAGE}:/storage
4 changes: 2 additions & 2 deletions compose/.apps/airsonicadvanced/airsonicadvanced.aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: lscr.io/linuxserver/airsonic-advanced:${${_APPNAME_}_TAG}
<appname>:
image: lscr.io/linuxserver/airsonic-advanced:${<APPNAME>_TAG}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
<appname>:
hostname: ${DOCKER_HOSTNAME}
18 changes: 9 additions & 9 deletions compose/.apps/airsonicadvanced/airsonicadvanced.labels.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
${_appname_}:
<appname>:
labels:
com.dockstarter.appinfo.deprecated: "false"
com.dockstarter.appinfo.description: "Web-based media streamer providing ubiquitous access to your music"
com.dockstarter.appinfo.nicename: "AirsonicAdvanced"
com.dockstarter.appvars.${_appname_}_container_name: "${_appname_}"
com.dockstarter.appvars.${_appname_}_enabled: "false"
com.dockstarter.appvars.${_appname_}_environment_context_path: "/airsonic"
com.dockstarter.appvars.${_appname_}_environment_java_opts: ""
com.dockstarter.appvars.${_appname_}_network_mode: ""
com.dockstarter.appvars.${_appname_}_port_4040: "4040"
com.dockstarter.appvars.${_appname_}_restart: "unless-stopped"
com.dockstarter.appvars.${_appname_}_tag: "latest"
com.dockstarter.appvars.<appname>_container_name: "<appname>"
com.dockstarter.appvars.<appname>_enabled: "false"
com.dockstarter.appvars.<appname>_environment_context_path: "/airsonic"
com.dockstarter.appvars.<appname>_environment_java_opts: ""
com.dockstarter.appvars.<appname>_network_mode: ""
com.dockstarter.appvars.<appname>_port_4040: "4040"
com.dockstarter.appvars.<appname>_restart: "unless-stopped"
com.dockstarter.appvars.<appname>_tag: "latest"
4 changes: 2 additions & 2 deletions compose/.apps/airsonicadvanced/airsonicadvanced.netmode.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
network_mode: ${${_APPNAME_}_NETWORK_MODE}
<appname>:
network_mode: ${<APPNAME>_NETWORK_MODE}
4 changes: 2 additions & 2 deletions compose/.apps/airsonicadvanced/airsonicadvanced.ports.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
${_appname_}:
<appname>:
ports:
- ${${_APPNAME_}_PORT_4040}:4040
- ${<APPNAME>_PORT_4040}:4040
4 changes: 2 additions & 2 deletions compose/.apps/airsonicadvanced/airsonicadvanced.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
${_appname_}:
image: lscr.io/linuxserver/airsonic-advanced:${${_APPNAME_}_TAG}
<appname>:
image: lscr.io/linuxserver/airsonic-advanced:${<APPNAME>_TAG}
Loading

0 comments on commit 41bd2cd

Please sign in to comment.