https://github.com/michaelsp/timelimit-server
Fork of https://codeberg.org/timelimit/timelimit-server
https://github.com/michaelsp/timelimit-server
timelimit
Last synced: about 2 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-04-10T04:45:33.000Z (2 months ago)
- Last Synced: 2026-04-10T06:34:02.162Z (2 months ago)
- Topics: timelimit
- Language: TypeScript
- Homepage: https://codeberg.org/timelimit/timelimit-server
- Size: 5.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
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).