A discord bot to manage access to a Jellyfin Media Server instance based on User Roles and Guild Events
Go to file
mightypanders 777ae330ad
All checks were successful
Compile the repository / compile (pull_request) Successful in 10s
remove master branch restriction on docker-build
since the pipeline is only ever called on a tag, which will by convention only be committed to the master branch, we can be reasonably sure
that we are on the correct branch.
Tags are independent on branches which makes it impossible to check for tag AND master branch ref at the same time.
2023-06-19 23:34:25 +02:00
.gitea/workflows remove master branch restriction on docker-build 2023-06-19 23:34:25 +02:00
server Merge branch 'master' into fix/movie_names_and_background_task 2023-06-19 11:19:17 +02:00
.eslintrc initial commit 2023-04-15 22:02:06 +02:00
.gitignore bot base 2023-04-15 22:06:35 +02:00
.nvmrc nvmrc, package updates 2023-05-04 23:38:11 +02:00
Dockerfile feat/cicd (#22) 2023-06-14 22:43:37 +02:00
index.ts use yavin to get random movies 2023-06-15 22:33:22 +02:00
jellyfin-openapi-stable.json add jellyfin api 2023-04-15 22:02:40 +02:00
openapitools.json add jellyfin api 2023-04-15 22:02:40 +02:00
package-lock.json 1.0.1 2023-06-19 23:19:40 +02:00
package.json 1.0.1 2023-06-19 23:19:40 +02:00
tsconfig.json initial commit 2023-04-15 22:02:06 +02:00