Image CDN - API and Discord Bot
Go to file
dependabot[bot] 6ead6991af
Bump github.com/andersfylling/disgord from 0.27.3 to 0.28.0
Bumps [github.com/andersfylling/disgord](https://github.com/andersfylling/disgord) from 0.27.3 to 0.28.0.
- [Release notes](https://github.com/andersfylling/disgord/releases)
- [Commits](https://github.com/andersfylling/disgord/compare/v0.27.3...v0.28.0)

---
updated-dependencies:
- dependency-name: github.com/andersfylling/disgord
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-06 14:17:40 +00: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 Bump github.com/andersfylling/disgord from 0.27.3 to 0.28.0 2021-08-06 14:17:40 +00:00
go.sum Bump github.com/andersfylling/disgord from 0.27.3 to 0.28.0 2021-08-06 14:17:40 +00: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