readme upadate

This commit is contained in:
√(noham)²
2024-03-18 13:10:50 +01:00
parent 0f028a0f1a
commit c722db5d58
9 changed files with 204 additions and 116 deletions

3
back/.users.example Normal file
View File

@@ -0,0 +1,3 @@
{
"user": "hashed_password"
}

View File

@@ -1,4 +1,4 @@
name: applemusicexporter
name: amexporter
services:
app:
cpu_shares: 90
@@ -11,7 +11,7 @@ services:
- PGID=1000
- PUID=1000
- TZ=Europe/Paris
image: applemusicexporter
image: amexporter
labels:
icon: https://noh.am/static/assets/music.png
ports:
@@ -21,7 +21,7 @@ services:
restart: unless-stopped
# volumes:
# - type: bind
# source: /DATA/AppData/applemusicexporter
# source: /DATA/AppData/amexporter
# target: /hard
x-casaos:
envs:
@@ -42,7 +42,7 @@ services:
container_name: ""
networks:
default:
name: applemusicexporter
name: amexporter
x-casaos:
architectures:
- amd64
@@ -55,9 +55,9 @@ x-casaos:
main: app
port_map: "3005"
scheme: http
store_app_id: applemusicexporter
store_app_id: amexporter
tagline:
en_us: applemusicexporter
en_us: amexporter
title:
custom: applemusicexporter
en_us: applemusicexporter
custom: amexporter
en_us: amexporter

View File

@@ -1,2 +1,2 @@
Flask==3.0.2
Flask_Cors==4.0.0
Flask_Cors==4.0.0