Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettpetch/hosted-scripts
Installers for additional applications not yet integrated into the Swizzin Hosted Platform.
https://github.com/brettpetch/hosted-scripts
seedbox seedbox-script
Last synced: 12 days ago
JSON representation
Installers for additional applications not yet integrated into the Swizzin Hosted Platform.
- Host: GitHub
- URL: https://github.com/brettpetch/hosted-scripts
- Owner: brettpetch
- License: gpl-3.0
- Created: 2021-11-26T23:07:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T13:00:09.000Z (4 months ago)
- Last Synced: 2024-10-12T04:30:42.707Z (27 days ago)
- Topics: seedbox, seedbox-script
- Language: Shell
- Homepage:
- Size: 199 KB
- Stars: 87
- Watchers: 2
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hosted Scripts
This repo is a helper repo for Swizzin.net & HostingBy.Design appboxes. Here you will find additional scripts for installing frequently requested software that hasn't been baked into the real deal yet. Think of this as a beta of a beta. Some stuff might not work, but it's better than nothing at all. Some apps can have authentication configured by us, some can't. Some have no baseurl support, so we just run it on the port. There are no warranties for these scripts. You get whatever is here with no support guaranteed whatsoever.
## DO NOT RUN THESE SCRIPTS ON DEDICATED SERVERS!
You should not run these scripts on servers running Swizzin Community Edition. This is meant for HostingBy.Design AppRange and Swizzin.net customers. If you DO NOT HAVE root on the server in question, you may consider using these. If you DO HAVE ROOT, please just yell in one of the Swizzin / HostingBy.Design support channels until I show up.This script makes major modifications to how node is installed for some applications. It can break apps that are run in userland that require node.
## Install
If you actually want all this stuff, you can grab the repository by doing### The Whole Enchilada
```bash
mkdir -p $HOME/scripts/
git clone https://github.com/brettpetch/hosted-scripts.git $HOME/scripts/hosted-scripts
```### Just a Slice
```bash
bash <(curl -sL "https://github.com/brettpetch/hosted-scripts/raw/master/scriptname.sh")
```## Updates
```bash
git -C $HOME/scripts/hosted-scripts pull
```## Development
Do you think you can do it better? Go nuts. PRs are welcome. Please ensure your permissions are set to 755 on commit.## Support
These scripts **come with no support**. If you have questions, feel free to ask them in their respective discords (dependant on vendor). Remember to respect the rules of the vendors in their discords and be respectful to community members lending their assistance.### For Swizzin.net Customers:
[Discord](https://discord.gg/2esbu2N)
[Documentation](https://docs.swizzin.net)
[Affiliate Link](https://clients.swizzin.net/aff.php?aff=33)
### For HostingBy.Design Customers:
[Discord](https://discord.gg/wv67teS)
[Documentation](https://docs.hostingby.design/)
[Affiliate Link](https://my.hostingby.design/aff.php?aff=1119)