https://github.com/aguslr/docker-timelimit-server
Set up the server for the connected mode in TimeLimit
https://github.com/aguslr/docker-timelimit-server
docker podman timelimit timelimit-server
Last synced: 5 months ago
JSON representation
Set up the server for the connected mode in TimeLimit
- Host: GitHub
- URL: https://github.com/aguslr/docker-timelimit-server
- Owner: aguslr
- License: gpl-3.0
- Created: 2023-04-28T15:07:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T20:58:04.000Z (about 1 year ago)
- Last Synced: 2025-06-06T21:40:30.272Z (about 1 year ago)
- Topics: docker, podman, timelimit, timelimit-server
- Language: Dockerfile
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[aguslr/docker-timelimit-server][1]
===================================
[](https://hub.docker.com/r/aguslr/timelimit-server) [](https://hub.docker.com/r/aguslr/timelimit-server)
This *Docker* image sets up *TimeLimit Server* inside a docker container.
> **[TimeLimit Server][2]** is the server for the connected mode in
> [TimeLimit][3].
Installation
------------
To use *docker-timelimit-server* with an [external database][4], follow these
steps:
1. Clone and start the container:
docker run -p 8080:8080 \
-e DATABASE_URL=mariadb://user:pass@example.com:3306/dbname \
docker.io/aguslr/timelimit-server:latest
2. Connect from your *TimeLimit* app to your *TimeLimit Server*'s IP address on
port `8080`.
Build locally
-------------
Instead of pulling the image from a remote repository, you can build it locally:
1. Clone the repository:
git clone https://github.com/aguslr/docker-timelimit-server.git
2. Change into the newly created directory and use `docker-compose` to build and
launch the container:
cd docker-timelimit-server && docker-compose up --build -d
[1]: https://github.com/aguslr/docker-timelimit-server
[2]: https://codeberg.org/timelimit/timelimit-server
[3]: https://codeberg.org/timelimit/timelimit-android
[4]: https://codeberg.org/timelimit/timelimit-server/src/branch/master/docs/usage/docker.md