Merge branch 'master' of https://github.com/CobreDev/runtipi into develop

This commit is contained in:
Nicolas Meienberger 2022-05-23 06:49:24 +02:00
commit e571437e67
10 changed files with 10 additions and 14 deletions

View file

@ -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.
If you want to support a new app or feature, you can:
- Fork the repository and create a new branch for your changes.
- Create a pull request.
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.
## 📜 License
[![License](https://img.shields.io/github/license/meienberger/runtipi)](https://github.com/meienberger/runtipi/blob/master/LICENSE)

View file

@ -1 +1 @@
0.1.4
0.1.5

View file

@ -12,7 +12,7 @@ services:
- ${DNS_IP}
volumes:
- ${APP_DATA_DIR}/data:/config
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
- ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents
ports:
- ${APP_PORT}:9117
restart: unless-stopped

View file

@ -6,7 +6,7 @@ services:
container_name: jellyfin
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/media/data:/data/media
- ${ROOT_FOLDER_HOST}/media/data:/media/data
environment:
- PUID=1000
- PGID=1000

View file

@ -11,8 +11,7 @@ services:
- ${DNS_IP}
volumes:
- ${APP_DATA_DIR}/data:/config
- ${ROOT_FOLDER_HOST}/media/data/movies:/movies #optional
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads #optional
- ${ROOT_FOLDER_HOST}/media:/media
ports:
- ${APP_PORT}:7878
restart: unless-stopped

View file

@ -11,8 +11,7 @@ services:
- ${DNS_IP}
volumes:
- ${APP_DATA_DIR}/data:/config
- ${ROOT_FOLDER_HOST}/media/data/tv:/tv #optional
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads #optional
- ${ROOT_FOLDER_HOST}/media:/media
ports:
- ${APP_PORT}:8989
restart: unless-stopped

View file

@ -14,7 +14,7 @@ services:
# - HOST_WHITELIST=dnsnane list #optional
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
- ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents
ports:
- ${APP_PORT}:9091
- 51413:51413

View file

@ -1,6 +1,6 @@
{
"name": "runtipi",
"version": "0.1.4",
"version": "0.1.5",
"description": "A homeserver for everyone",
"scripts": {
"prepare": "husky install",

View file

@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"dev": "next dev",

View file

@ -1,6 +1,6 @@
{
"name": "system-api",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"exports": "./dist/server.js",
"type": "module",