Scrypted CasaOS #1088
Answered
by
burnthoney
burnthoney
asked this question in
Q&A
Scrypted CasaOS
#1088
-
So im running scrypted on casa os and i configured it like so name: picturesque_davina
services:
scrypted:
cpu_shares: 90
command: []
container_name: scrypted
deploy:
resources:
limits:
memory: 3794M
environment:
- SCRYPTED_WEBHOOK_UPDATE=http://localhost:10444/v1/update
- SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION=Bearer bearer
image: koush/scrypted
labels:
com.centurylinklabs.watchtower.scope: scrypted
icon: https://www.scrypted.app/images/web_hi_res_512.png
logging:
driver: json-file
options:
max-file: "10"
max-size: 10m
ports:
- target: 11080
published: "11080"
protocol: tcp
host_ip: ""
restart: unless-stopped
volumes:
- type: bind
source: /.scrypted/volume
target: /server/volume
devices: []
cap_add: []
network_mode: bridge
privileged: false
watchtower:
cpu_shares: 90
command:
- --interval 3600 --cleanup --scope scrypted
container_name: scrypted-watchtower
deploy:
resources:
limits:
memory: 3794M
environment:
- WATCHTOWER_HTTP_API_PERIODIC_POLLS=true
- WATCHTOWER_HTTP_API_TOKEN=qwerty
- WATCHTOWER_HTTP_API_UPDATE=true
- WATCHTOWER_SCOPE=scrypted
image: containrrr/watchtower
labels:
com.centurylinklabs.watchtower.scope: scrypted
icon: https://www.scrypted.app/images/web_hi_res_512.png
ports:
- target: 8080
published: "10444"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
devices: []
cap_add: []
network_mode: bridge
privileged: false
x-casaos:
author: self
category: self
hostname: ""
icon: https://www.scrypted.app/images/web_hi_res_512.png
index: /
port_map: "11080"
scheme: http
store_app_id: picturesque_davina
title:
custom: Scrypted
and i get this error when i try load the webpage |
Beta Was this translation helpful? Give feedback.
Answered by
burnthoney
Sep 26, 2023
Replies: 2 comments 3 replies
-
your npm is failed |
Beta Was this translation helpful? Give feedback.
2 replies
-
typically because of an ipv6 resolution issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out. Its because the .scrypted folder didn't exist on my host computer.