ZZ / tube-archivist-install.sh
0 likes
0 forks
2 files
Last active
Tube Archivist - Self hosted YouTube media server - https://www.tubearchivist.com/
| 1 | # tube.archivist.install: |
| 2 | alias ta.install="tube.archivist.install" |
| 3 | tube.archivist.install(){ |
| 4 | |
| 5 | # Config # |
| 6 | app_name="ta" # App Name |
| 7 | app_repo_url="https://github.com/tubearchivist/tubearchivist" # App Codebase |
| 8 | app_version="latest" |
| 9 | |
| 10 | app_domain="${1:-"$app_name.$org_domain"}" # Unique app domain |