-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 music server docs improvements #511
Conversation
Codecov Report
@@ Coverage Diff @@
## master #511 +/- ##
======================================
Coverage 84.1% 84.1%
======================================
Files 171 171
Lines 5387 5387
Branches 1 1
======================================
Hits 4531 4531
Misses 856 856 Continue to review full report at Codecov.
|
Preview page is here |
Co-Authored-By: CenoX <dev@cenox.co>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!!
Since it is not officially supported yet...
Dropbox deprecated public folders long ago
docs/music-server.md
Outdated
Then, create a symlink to enable the configured site: | ||
|
||
```bash | ||
$ sudo ln -s /etc/nginx/site-available/bemuse site-enabled/bemuse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure it’s called site-available
and site-enabled
, and not sites-available
and sites-enabled
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh you right, it is site's' available and enabled. I'll commit changes.
📝 Fix typo of linux nginx folder. 📝 Fix typo of open command on linux
📝 Bemuse's pack feature is not supported properly by AAC codec on Linux, but still can pack and run. added prerequisites for linux.
📝 I experienced when install bemuse-tools via yarn can cause
no command
error, added the way how export yarn path.📝 Current docs describe xampp-apache based local machine, so added nginx based way for macOS and Linux.