-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update README.md Quickstart #305
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
base: hovudstraum
Are you sure you want to change the base?
Conversation
Signed-off-by: ChristophorusReyhan <39609246+ChristophorusReyhan@users.noreply.github.com>
bytequill
left a comment
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.
Just a bit of minor feedback (mostly just pet-peeves) from a random person, no idea why I decided to randomly review a doc PR
| python copyparty-sfx.py -c config.conf | ||
| ``` | ||
|
|
||
| **4. Install Extras (Optional)** |
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.
consider rewording Extras into extra/optional dependencies
| * ...maybe [prisonparty](./bin/prisonparty.sh) to create a tiny [chroot](https://wiki.archlinux.org/title/Chroot) (very portable), | ||
| * ...or [bubbleparty](./bin/bubbleparty.sh) to wrap it in [bubblewrap](https://github.com/containers/bubblewrap) (much better) | ||
| * or if you prefer to [use docker](./scripts/docker/) 🐋 you can do that too | ||
| * docker has all deps built-in, so skip this step: |
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.
The config-file install header breaks the flow of this line into the #Thumbnail instructions. Consider rewording and/or adding a link to the section?
eg.
| * docker has all deps built-in, so skip this step: | |
| * docker has all deps built-in, so, skip the [Thumbnails](#thumbnails) step |
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.
|
|
||
| Ubuntu/Debian: `sudo apt install python3-pil ffmpeg` | ||
|
|
||
| Windows: `pip install --user Pillow` + add FFmpeg to PATH |
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.
- add the
--no-install-recommendsto theaptexample (as seen on L220) - While I understand including install instructions for most used OSes it would probably be better to just link to the section because this way you include all the additional Windows information, basic documentation on media tags
|
|
||
| Windows: `pip install --user Pillow` + add FFmpeg to PATH | ||
|
|
||
| **5. Expose Publicly (Optional)** |
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.
There are a lot of ways to expose a web service on the open internet. Cloudflare tunnel is a good way to securely expose ad-hoc but I'm not sure we want to specifically feature that in a quickstart
fantasmaancargel2009-afk
left a comment
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.
tth: virus&+??‽

quickstart for users who want to use config file instead