Skip to content

Commit 0c729e3

Browse files
Bot Updating Documentation
1 parent 9dd61be commit 0c729e3

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/images/docker-lsio-api.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: lsio-api
3+
---
4+
<!-- DO NOT EDIT THIS FILE MANUALLY -->
5+
<!-- Please read https://github.com/linuxserver/docker-lsio-api/blob/main/.github/CONTRIBUTING.md -->
6+
[linuxserverurl]: https://linuxserver.io
7+
[forumurl]: https://discourse.linuxserver.io
8+
[huburl]: https://hub.docker.com/r/linuxserver/lsio-api/
9+
[pipelineurl]: https://github.com/linuxserver/pipeline-triggers
10+
11+
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)][linuxserverurl]
12+
13+
14+
## Contact information:-
15+
16+
| Type | Address/Details |
17+
| :---: | --- |
18+
| Discord | [Discord](https://discord.gg/linuxserver) |
19+
| Forum | [Linuserver.io forum][forumurl] |
20+
21+
# [linuxserver/lsio-api][huburl]
22+
23+
**This container is not meant for public consumption as it is hard coded to LinuxServer repos**
24+
25+
The purpose of this container expose an API for LinuxServer.
26+
27+
## Usage
28+
29+
The container can be run locally:
30+
31+
```
32+
docker run -d \
33+
--name=lsioapi \
34+
-e PUID=1000 \
35+
-e PGID=1000 \
36+
-e TZ=Etc/UTC \
37+
-e CI=0 `#optional` \
38+
-e DB_FILE=/config/api.db `#optional` \
39+
-e INVALIDATE_HOURS=24 `#optional` \
40+
-e PAT=token `#optional` \
41+
-p 8000:8000 \
42+
-v /path/to/lsio-api/config:/config \
43+
--restart unless-stopped \
44+
lscr.io/linuxserver/lsio-api:latest
45+
```
46+
47+
The following line is only in this repo for loop testing:
48+
49+
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }

0 commit comments

Comments
 (0)