Server Suite - MediaKraken/MediaKraken_Deployment GitHub Wiki

  • Install Docker v18.03+ on your OS of choice. Instructions and downloads are located here.
  • Download the tarball of scripts and place wherever you wish on your server.
  • Untar the files
  • Edit .env in editor of choice.
    • Set database connection (Can use built-in or standalone PostgreSQL)
      • Built-In (recommended)
        • Change DBPASS to preferred password. A bunch of random junk is good and secure.
      • Standalone server
        • pg_trgm plugin must be enabled.
        • Change DBHOST to preferred host.
        • Change DBDATABASE to preferred database name.
        • Change DBUSER to preferred user.
        • Change DBPASS to preferred password. A bunch of random junk is good and secure.
  • If mutiple IP's on host machine, set SWARMIP to preferred IP to bind to.
  • Continue via installed OS of choice below.
  • If you want the clients to report the country they are in
    • Unblock geoip-db.com (pi-hole has it blocked)

Linux

  • Run ./mediakraken_update.sh which will download all the latest Docker containers and will then start the application suite.
⚠️ **GitHub.com Fallback** ⚠️