merge from "streaming-v2"
0
.gitignore
vendored
Normal file → Executable file
4
docker-compose.yml
Normal file → Executable file
@ -10,6 +10,6 @@ services:
|
|||||||
build: packages/server
|
build: packages/server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3010:3000"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
0
example.env
Normal file → Executable file
0
package.json
Normal file → Executable file
0
packages/.DS_Store
vendored
Normal file → Executable file
0
packages/LICENSE
Normal file → Executable file
0
packages/app/.config.js
Normal file → Executable file
0
packages/app/.dockerignore
Normal file → Executable file
0
packages/app/.gitignore
vendored
Normal file → Executable file
0
packages/app/Dockerfile
Normal file → Executable file
0
packages/app/capacitor.config.json
Normal file → Executable file
0
packages/app/config/index.js
Normal file → Executable file
0
packages/app/constants/defaultRemotesOrigins.json
Normal file → Executable file
0
packages/app/constants/defaultSettings.json
Normal file → Executable file
0
packages/app/constants/defaultSoundPack.json
Normal file → Executable file
0
packages/app/constants/defaultTheme.json
Normal file → Executable file
0
packages/app/constants/menu-contexts.js
Normal file → Executable file
0
packages/app/constants/publicRoutes.json
Normal file → Executable file
0
packages/app/constants/routes.json
Normal file → Executable file
0
packages/app/constants/settings/account/index.jsx
Normal file → Executable file
0
packages/app/constants/settings/app/index.jsx
Normal file → Executable file
0
packages/app/constants/settings/apparence/components/index.js
Normal file → Executable file
0
packages/app/constants/settings/apparence/components/unsplashBrowser/index.jsx
Normal file → Executable file
0
packages/app/constants/settings/apparence/index.jsx
Normal file → Executable file
0
packages/app/constants/settings/apparence/index.less
Normal file → Executable file
0
packages/app/constants/settings/extensions/index.jsx
Normal file → Executable file
0
packages/app/constants/settings/index.js
Normal file → Executable file
0
packages/app/constants/settings/notifications/index.jsx
Normal file → Executable file
0
packages/app/constants/settings/security/components/changePassword/index.jsx
Normal file → Executable file
0
packages/app/constants/settings/security/components/sessions/index.jsx
Normal file → Executable file
0
packages/app/constants/settings/security/index.jsx
Normal file → Executable file
0
packages/app/constants/settingsGroupsDecorator.json
Normal file → Executable file
0
packages/app/electron-builder.yml
Normal file → Executable file
0
packages/app/electron/main/configs/config.js
Normal file → Executable file
0
packages/app/electron/main/icon.png
Normal file → Executable file
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
0
packages/app/electron/main/index.js
Normal file → Executable file
0
packages/app/electron/main/statics/loading.css
Normal file → Executable file
0
packages/app/electron/main/statics/loading.html
Normal file → Executable file
0
packages/app/electron/main/statics/loading_dev.html
Normal file → Executable file
0
packages/app/electron/preload/index.js
Normal file → Executable file
0
packages/app/index.html
Normal file → Executable file
0
packages/app/package.json
Normal file → Executable file
0
packages/app/public/assets/new_file.png
Normal file → Executable file
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
0
packages/app/public/assets/no_song.png
Normal file → Executable file
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
0
packages/app/public/broken-image.svg
Normal file → Executable file
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 667 B |
0
packages/app/public/favicon.ico
Normal file → Executable file
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
0
packages/app/public/logo_alt.svg
Normal file → Executable file
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
0
packages/app/public/logo_full.svg
Normal file → Executable file
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |