Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelsp/timelimit-server
Fork of https://codeberg.org/timelimit/timelimit-server
https://github.com/michaelsp/timelimit-server
timelimit
Last synced: about 1 month ago
JSON representation
Fork of https://codeberg.org/timelimit/timelimit-server
- Host: GitHub
- URL: https://github.com/michaelsp/timelimit-server
- Owner: MichaelSp
- License: agpl-3.0
- Created: 2023-07-09T10:45:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-18T21:11:55.000Z (about 1 year ago)
- Last Synced: 2023-12-19T07:53:28.822Z (about 1 year ago)
- Topics: timelimit
- Language: TypeScript
- Homepage: https://codeberg.org/timelimit/timelimit-server
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TimeLimit-Server
This is the server for the connected mode in TimeLimit.
This Readme became too long. Due to that, it was split into [mutliple files](https://codeberg.org/timelimit/timelimit-server/src/branch/master/docs/usage).
### Usage Docker
```shell
$ docker pull ghcr.io/michaelsp/timelimit-server/timelimit:v1.17.0
```[Latest Docker image version](https://github.com/MichaelSp/timelimit-server/pkgs/container/timelimit-server%2Ftimelimit)
### Usage Helm
```
helm repo add timelimit https://michaelsp.github.io/timelimit-server/
helm install timelimit timelimit/timelimit
```Please find [the `values.yaml` here](charts/timelimit/values.yaml).