scripts

(โ˜… 167)

No description available.

  • .dockerignore
  • .env.template
  • .gitignore
  • __init__.py
  • add_next_episode.py
  • blackhole.py
  • blackhole_watcher.py
  • clean_logs.py
  • collect_server_tokens.py
  • delete_broken_links.py
  • delete_non_linked_folders.py
  • docker-compose.yml
  • Dockerfile.blackhole
  • Dockerfile.plex_authentication
  • Dockerfile.plex_request
  • Dockerfile.plex_request_nginx
  • Dockerfile.scripts
  • Dockerfile.watchlist
  • fix_rclonelink.py
  • import_torrent_folder.py
  • monitor_ram.py
  • move_media_to_directory.py
  • plex_authentication.py
  • plex_authentication_wsgi.py
  • plex_refresh.py
  • plex_refresh.sh
  • plex_request.py
  • plex_request_nginx.conf
  • plex_request_nginx_default.conf
  • plex_request_nginx_entrypoint.sh
  • plex_request_nginx_variables.conf
  • plex_request_wsgi.py
  • README.md
  • reclaim_space.py
  • repair.py
  • requirements.txt
  • row_count.sh
  • test_ram.py
  • watchlist.py
  • watchlist_runner.py
  • zurg_symlink_update.py

# Installation Guide

1. Get the code
git clone https://github.com/westsurname/scripts

Downloads the entire project code from GitHub to your computer.

cd scripts

Moves into the project folder you just downloaded.

2. Docker

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
- `DOCKER_NETWORK`: Set this to the name of the Docker network to be used by the services.

Type this command into your terminal and run it.

- `DOCKER_NETWORK_EXTERNAL`: Set this to `true` if specifying an external Docker network above, otherwise set to `false`.

Type this command into your terminal and run it.

โœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

Pulled directly from this repo's README.

3. Python

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation