initial commit
This commit is contained in:
1
proxy/autostart
Normal file
1
proxy/autostart
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
7
proxy/docker-compose.override.yml
Normal file
7
proxy/docker-compose.override.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
newt:
|
||||
labels:
|
||||
net.unraid.docker.managed: 'composeman'
|
||||
net.unraid.docker.icon: 'https://docs.fossorial.io/img/pangolin_orange.svg'
|
||||
net.unraid.docker.webui: 'https://proxy.homecube.org'
|
||||
net.unraid.docker.shell: ''
|
||||
13
proxy/docker-compose.yml
Normal file
13
proxy/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
newt:
|
||||
image: fosrl/newt:1.4.0
|
||||
container_name: newt
|
||||
restart: always
|
||||
environment:
|
||||
- PANGOLIN_ENDPOINT=https://proxy.homecube.org
|
||||
- NEWT_ID=t3brmb1mgj1tlgk
|
||||
- NEWT_SECRET=kyxmtlcd8l5s5ifc2u3j7c3uvydlr900hns1sj5pejkjxytg
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://docs.fossorial.io/img/pangolin_orange.svg"
|
||||
net.unraid.docker.webui: "https://proxy.homecube.org"
|
||||
folder.view2: "Networking"
|
||||
1
proxy/name
Normal file
1
proxy/name
Normal file
@@ -0,0 +1 @@
|
||||
proxy
|
||||
Reference in New Issue
Block a user