Image CDN - API and Discord Bot
Go to file
Medzik 36ea49e9ac discord: Fixed watch channels 2021-07-16 18:03:24 +02:00
.github Simple Changes 2021-07-15 10:47:44 +02:00
common Initial Commit 2021-07-08 23:30:32 +02:00
config discord: Fixed watch channels 2021-07-16 18:03:24 +02:00
database Added YML config and More 2021-07-15 14:33:17 +02:00
discord discord: Fixed watch channels 2021-07-16 18:03:24 +02:00
imgur Initial Commit 2021-07-08 23:30:32 +02:00
update Added YML config and More 2021-07-15 14:33:17 +02:00
website Added YML config and More 2021-07-15 14:33:17 +02:00
.env.schema Initial Commit 2021-07-08 23:30:32 +02:00
.gitignore Added YML config and More 2021-07-15 14:33:17 +02:00
.gitpod.yml Initial Commit 2021-07-08 23:30:32 +02:00
.goreleaser.yml Simple Changes 2021-07-15 10:47:44 +02:00
LICENSE Initial Commit 2021-07-08 23:30:32 +02:00
Makefile Added YML config and More 2021-07-15 14:33:17 +02:00
README.md Added YML config and More 2021-07-15 14:33:17 +02:00
config.schema.yml Added YML config and More 2021-07-15 14:33:17 +02:00
go.mod Added YML config and More 2021-07-15 14:33:17 +02:00
go.sum Simple Changes 2021-07-15 10:47:44 +02:00
init.go Simple Changes 2021-07-15 10:47:44 +02:00
main.go Simple Changes 2021-07-15 10:47:44 +02:00

README.md

Image CDN - API and Discord Bot

Install Pre-Compile binary

  • Linux amd64
    • Download latest version
    • Unpack file tar xzf cdn_{VERSION}_linux_amd64.tar.gz
    • Create an .env and config.yml file and complete according to .env.schema and config.schema.yml
    • Add permissions chmod +rwx cdn.out
    • Run binary ./cdn.out

Disable Automatic Updates

  • Add Option -u=false or --update=false