No description
  • Python 96.8%
  • Dockerfile 3.2%
Find a file
2026-04-01 08:09:25 +00:00
.github Bot Updating Templated Files 2025-07-09 07:14:10 +00:00
root Prevent scarf from failing the service 2025-11-26 20:10:56 +02:00
.editorconfig Initial 2025-02-07 21:22:02 +02:00
.gitignore Add PAT 2025-02-07 23:03:07 +02:00
Dockerfile Switch to fastapi for docs 2025-02-08 12:46:34 +02:00
jenkins-vars.yml Remove multiarch 2025-02-08 17:06:02 +02:00
Jenkinsfile Bot Updating Templated Files 2026-02-11 07:44:58 +00:00
LICENSE Initial 2025-02-07 21:22:02 +02:00
package_versions.txt Bot Updating Package Versions 2026-04-01 08:09:25 +00:00
readme-vars.yml Add token to readme 2025-02-14 09:15:41 +02:00
README.md Add token to readme 2025-02-14 09:15:41 +02:00

linuxserver.io

Contact information:-

Type Address/Details
Discord Discord
Forum Linuserver.io forum

linuxserver/lsio-api

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.

Usage

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:

  • { date: "01.01.50:", desc: "I am the release message for this internal repo." }