add automation and it-tools stack, update newt, add icons and app-api to nextcloud, try new proxy solution with newt (docker socket access)
This commit is contained in:
1
it-tools/autostart
Normal file
1
it-tools/autostart
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
7
it-tools/docker-compose.override.yml
Normal file
7
it-tools/docker-compose.override.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
it-tools:
|
||||
labels:
|
||||
net.unraid.docker.managed: 'composeman'
|
||||
net.unraid.docker.icon: ''
|
||||
net.unraid.docker.webui: ''
|
||||
net.unraid.docker.shell: ''
|
||||
12
it-tools/docker-compose.yml
Normal file
12
it-tools/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
it-tools:
|
||||
image: 'corentinth/it-tools:latest'
|
||||
networks:
|
||||
- pangolin
|
||||
labels:
|
||||
folder.view2: "Services"
|
||||
|
||||
networks:
|
||||
pangolin:
|
||||
name: pangolin_net
|
||||
external: true
|
||||
1
it-tools/name
Normal file
1
it-tools/name
Normal file
@@ -0,0 +1 @@
|
||||
it-tools
|
||||
Reference in New Issue
Block a user