archroid / archify

Script that serves my own home directory for my home network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homeServe

Script that serves my own home directory for my home network

🔥 About

My personal homeServer and telegram/discord bot to watch movies on my pc and control it with my phone.

🔨 Installation

  1. Ensure you have Go installed.
  2. Clone the repo:
git clone https://github.com/archroid/homeServe.git
  1. export DISCORD_BOT_TOKEN & DISCORD_BOT_TOKEN . Also don't forget Home_path as the directory you want to serve.
export  DISCORD_BOT_TOKEN={DISCORD_BOT_TOKEN}

export  TELEGRAM_BOT_TOKEN={TELEGRAM_BOT_TOKEN}

export  HOME_PATH={HOME_PATH}
  • Alternatively you can create a .env file in the project root directory and add the above variables there.

  • See this and this to make a bot and get your tokens.

  1. Install dependencies
go mod tidy
  1. Run the project
go run .

📷 Screenshots

About

Script that serves my own home directory for my home network

License:GNU General Public License v3.0


Languages

Language:CSS 74.7%Language:Go 10.5%Language:HTML 8.7%Language:JavaScript 5.0%Language:Shell 0.6%Language:Batchfile 0.5%