https://github.com/kralamoure/retrologin
An unofficial login server of Dofus Retro.
https://github.com/kralamoure/retrologin
dofus go golang
Last synced: about 2 months ago
JSON representation
An unofficial login server of Dofus Retro.
- Host: GitHub
- URL: https://github.com/kralamoure/retrologin
- Owner: kralamoure
- License: mpl-2.0
- Created: 2020-06-07T06:01:33.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T21:59:32.000Z (over 2 years ago)
- Last Synced: 2025-12-13T05:30:55.967Z (7 months ago)
- Topics: dofus, go, golang
- Language: Go
- Homepage:
- Size: 273 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retrologin
[](https://github.com/kralamoure/retrologin/actions/workflows/ci.yml)
`retrologin` is an unofficial login server of Dofus Retro.
## Build
```sh
git clone https://github.com/kralamoure/retrologin
cd retrologin
go build ./cmd/...
```
## Installation
```sh
go install github.com/kralamoure/retrologin/cmd/retrologin@latest
```
## Usage
```sh
retrologin --help
```
### Output
```text
retrologin is an unofficial login server for Dofus Retro.
Find more information at: https://github.com/kralamoure/retrologin
Options:
-h, --help Print usage information
-d, --debug Enable debug mode
-a, --address string Server listener address (default "0.0.0.0:5555")
-p, --postgres string PostgreSQL connection string (default "postgresql://user:password@host/database")
-t, --timeout duration Connection timeout (default 30m0s)
--ticket duration Ticket duration (default 20s)
Usage: retrologin [options]
```