Merge branch 'master' of https://github.com/CobreDev/runtipi into develop
This commit is contained in:
commit
e571437e67
10 changed files with 10 additions and 14 deletions
|
@ -67,9 +67,7 @@ sudo ./scripts/stop.sh
|
||||||
|
|
||||||
Tipi is made to be very easy to plug in new apps. We welcome and appreciate new contributions.
|
Tipi is made to be very easy to plug in new apps. We welcome and appreciate new contributions.
|
||||||
|
|
||||||
If you want to support a new app or feature, you can:
|
If you want to add a new app or feature, you can follow the [Contribution guide](https://github.com/meienberger/runtipi/wiki/Contributing-to-Tipi) for instructions on how to do so.
|
||||||
- Fork the repository and create a new branch for your changes.
|
|
||||||
- Create a pull request.
|
|
||||||
|
|
||||||
## 📜 License
|
## 📜 License
|
||||||
[](https://github.com/meienberger/runtipi/blob/master/LICENSE)
|
[](https://github.com/meienberger/runtipi/blob/master/LICENSE)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.1.4
|
0.1.5
|
|
@ -12,7 +12,7 @@ services:
|
||||||
- ${DNS_IP}
|
- ${DNS_IP}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/config
|
- ${APP_DATA_DIR}/data:/config
|
||||||
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
|
- ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:9117
|
- ${APP_PORT}:9117
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
- ${ROOT_FOLDER_HOST}/media/data:/data/media
|
- ${ROOT_FOLDER_HOST}/media/data:/media/data
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
|
@ -11,8 +11,7 @@ services:
|
||||||
- ${DNS_IP}
|
- ${DNS_IP}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/config
|
- ${APP_DATA_DIR}/data:/config
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/movies:/movies #optional
|
- ${ROOT_FOLDER_HOST}/media:/media
|
||||||
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads #optional
|
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:7878
|
- ${APP_PORT}:7878
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -11,8 +11,7 @@ services:
|
||||||
- ${DNS_IP}
|
- ${DNS_IP}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/config
|
- ${APP_DATA_DIR}/data:/config
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/tv:/tv #optional
|
- ${ROOT_FOLDER_HOST}/media:/media
|
||||||
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads #optional
|
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8989
|
- ${APP_PORT}:8989
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -14,7 +14,7 @@ services:
|
||||||
# - HOST_WHITELIST=dnsnane list #optional
|
# - HOST_WHITELIST=dnsnane list #optional
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
|
- ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:9091
|
- ${APP_PORT}:9091
|
||||||
- 51413:51413
|
- 51413:51413
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "runtipi",
|
"name": "runtipi",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "A homeserver for everyone",
|
"description": "A homeserver for everyone",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "dashboard",
|
"name": "dashboard",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "system-api",
|
"name": "system-api",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "",
|
"description": "",
|
||||||
"exports": "./dist/server.js",
|
"exports": "./dist/server.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Add table
Reference in a new issue