lsio-api
| Type | Address/Details |
|---|---|
| Discord | Discord |
| Forum | Linuserver.io forum |
This container is not meant for public consumption as it is hard coded to LinuxServer repos
The purpose of this container expose an API for LinuxServer.
The container can be run locally:
docker run -d \
--name=lsioapi \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e CI=0 `#optional` \
-e DB_FILE=/config/api.db `#optional` \
-e INVALIDATE_HOURS=24 `#optional` \
-e PAT=token `#optional` \
-e SCARF_TOKEN=token `#optional` \
-e URL=http://localhost:8000 `#optional` \
-p 8000:8000 \
-v /path/to/lsio-api/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/lsio-api:latest
The following line is only in this repo for loop testing:
Content type
Image
Digest
sha256:a80608619…
Size
58.4 MB
Last updated
4 days ago
docker pull linuxserver/lsio-api:version-ad48f695Pulls:
223
Last week