short queen URL shortener
Find a file
2025-08-30 21:04:09 +07:00
.vscode feat: initial commit 2025-08-30 19:56:10 +07:00
crates feat: hit counter 2025-08-30 21:04:09 +07:00
migrations feat: initial commit 2025-08-30 19:56:10 +07:00
.env.example feat: initial commit 2025-08-30 19:56:10 +07:00
.gitignore feat: initial commit 2025-08-30 19:56:10 +07:00
Cargo.lock fix: random URL generation and paging 2025-08-30 20:57:19 +07:00
Cargo.toml feat: initial commit 2025-08-30 19:56:10 +07:00
carlotta_config.example.toml fix: rename carlotta config file 2025-08-30 20:15:07 +07:00
carlotta_config.toml fix: rename carlotta config file 2025-08-30 20:15:07 +07:00
diesel.toml feat: initial commit 2025-08-30 19:56:10 +07:00
Dockerfile feat: initial commit 2025-08-30 19:56:10 +07:00
LICENSE feat: initial commit 2025-08-30 19:56:10 +07:00
README.md feat: initial commit 2025-08-30 19:56:10 +07:00

carlotta

short queen URL shortener

Configuration

carlotta is configured using the file carlotta.toml:

  • data_dir: Data directory to store images
  • auth_secret: Secret used to sign JWTs
  • base_url: Accesible URL of the instance
  • disable_registration: Optional, disable registration on the instance

Contributing

carlotta is still incomplete, and not yet open to contributions.

License

carlotta is licensed under the MIT license.