diff options
| author | RblSb <msrblsb@gmail.com> | 2025-03-18 21:37:11 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-03-18 21:37:11 +0300 |
| commit | 0e2da0935ffb670475234f51d8d809ffa0a4add9 (patch) | |
| tree | 3a2aec1c216ba51084a7f7a9299f5d237727f8f8 /README.md | |
| parent | 54eca03ba433c57f451fa3dfb72d72ae4d1877cd (diff) | |
Remove heroku-specific check
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -59,7 +59,7 @@ npm i @distube/ytdl-core@latest And install `ffmpeg` on your server system, it's only used to build single mp4 from downloaded audio/video tracks. Default cache size is 3.0 GiB.
## Configuration
-It's just works, but you can also check [user/ folder](/user/README.md) for server settings and additional customization.
+It just works, but you can also check [user/ folder](/user/README.md) for server settings and additional customization.
## How to use
- Login with any nickname
@@ -89,10 +89,10 @@ It's just works, but you can also check [user/ folder](/user/README.md) for serv - [qswitcher](https://github.com/aNNiMON/SyncTube-QSwitcher) - Raw video quality switcher
## Integrations
-### Heroku:
+### Platform services without permanent storage:
- Create app and commit repo to get build
- Remove `user/` folder from `.gitignore` and commit it to change default configuration
-- Add `APP_URL` config var with `your-app-link.herokuapp.com` value to prevent sleeping when clients online
+- Add `APP_URL` config var with `your-app-link.herokuapp.com` value if you need to prevent sleeping when clients online
## Development
- Install [Haxe 4.3](https://haxe.org/download/), [VSCode](https://code.visualstudio.com) and [Haxe extension](https://marketplace.visualstudio.com/items?itemName=nadako.vshaxe)
|
