Image CDN - API and Discord Bot
Go to file
dependabot[bot] c46cac3be8
Bump go.mongodb.org/mongo-driver from 1.7.1 to 1.7.2 (#10)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-24 14:01:21 +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 Bump go.mongodb.org/mongo-driver from 1.7.1 to 1.7.2 (#10) 2021-10-24 14:01:21 +02:00
go.sum Bump go.mongodb.org/mongo-driver from 1.7.1 to 1.7.2 (#10) 2021-10-24 14:01:21 +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