fix(foundry): disable dead plutonium patch gist (404 -> crash/backoff loop)
This commit is contained in:
+4
-1
@@ -2,4 +2,7 @@
|
||||
FOUNDRY_USERNAME=ginnoir
|
||||
FOUNDRY_PASSWORD=agt-UAU!uky_ykh3juy
|
||||
FOUNDRY_ADMIN_KEY=fuckyouben
|
||||
FOUNDRY_PATCH_URLS=https://gist.githubusercontent.com/ginnoir/898b152a09369f9089770daa71887262/raw/a354e4284f2b1feb616910f65bfe65a4ffdb5473/plutonium-12.x.sh
|
||||
# NOTE: the old plutonium patch gist 404s (dead URL), which put Foundry into a
|
||||
# crash/backoff loop. Disabled to restore service. To re-enable, set this to a
|
||||
# CURRENT raw gist URL for the plutonium patch script.
|
||||
FOUNDRY_PATCH_URLS=
|
||||
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
- CONTAINER_PRESERVE_OWNER=/data/Data/storage
|
||||
- FOUNDRY_UID=1000
|
||||
- FOUNDRY_GID=1000
|
||||
- CONTAINER_PATCH_URLS=${FOUNDRY_PATCH_URLS}
|
||||
- CONTAINER_PATCH_URLS=${FOUNDRY_PATCH_URLS:-}
|
||||
ports:
|
||||
- "30000:30000"
|
||||
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
- CONTAINER_PRESERVE_OWNER=/data/Data/storage
|
||||
- FOUNDRY_UID=1000
|
||||
- FOUNDRY_GID=1000
|
||||
- CONTAINER_PATCH_URLS=${FOUNDRY_PATCH_URLS}
|
||||
- CONTAINER_PATCH_URLS=${FOUNDRY_PATCH_URLS:-}
|
||||
ports:
|
||||
- "30001:30000"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user