A simple link-sharing platform as alternative to Shaarli built in Rust
- Rust 59.2%
- HTML 33.6%
- Fluent 6.5%
- Dockerfile 0.7%
| locales | Adding link to settings in the menu | |
| migrations | Adding support for link's tags | |
| src | Adding settings page and password change | |
| templates | Removing hardcoded login credentials | |
| .dockerignore | Adding dockerfile to create the container image | |
| .gitignore | Adding the .env file to the gitignore | |
| build.rs | Adding initial project with login form | |
| Cargo.lock | Loading the instance language based on environment variable | |
| Cargo.toml | Loading the instance language based on environment variable | |
| docker-compose.yml | Using the codeberg-hosted container image in the docker-compose file | |
| Dockerfile | Adding dockerfile to create the container image | |