Bump version to 1.1.2
Fix TLS for the HTTP client
Bump version to 1.1.1
A PWA for anonymizing Tiktok share links.
"Official" instance: tiktok.sashanoraa.gay
All you need to run Tiktok URL Cleaner is the binary. It doesn't have any other dependencies. It's configured using environment variables. There are three you can set:
IP
: The IP address the app will listen on (default: 127.0.0.1)PORT
: The port the app will listen on (default: 8080)MSG
: An instance specific message to display on the web page (default: nothing, can be markdown)Tiktok URL Cleaner does not support TLS so I recommend putting it behind another web server like Nginx, Apache, or Caddie.
To add this package and nixos module to your NixOS config add the flake to your flake
inputs and add tiktok-url-cleaner.nixosModules.default
to your modules list
(example).
Then you can configure the service through your NixOS config
(example).
You can use the docker container zethra/tiktok-url-cleaner
in your docker setup.
To compile Tiktok URL Cleaner from source:
git clone https://git.sr.ht/~zethra/tiktok-url-cleaner
cargo build -r
./target/release/tiktok-url-cleaner
Created by a gay kitty cat