This repository has been archived on 2026-05-25 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
main
🍡 pancakz-stickerboard
⚠ This service is no longer available.
A program that allows trolls to paste inappropriate stickers on my Profile. Contribute to the efforts here!
some basic css edits will get you far
Featuring...
- AI Image Moderation using nsfw_model
- Resonably Efficient Rendering
- Support for WEBP, PNG, JPEG, Animated GIF Formats
- Awesome Sauce Hatsune Miku Themed Website
⚙️ Configuration
This application requires that CGO, FFMPEG and Tensorflow be installed and setup on your machine.
Additionally you must include the
resourcesfolder with the executable.
You can set these using environment variables or a .env file in the working directory.
Required Variables are marked with an asterisk *.
| Environment Variable | Default | Description |
|---|---|---|
DATA_DIRECTORY |
./data |
Path to Data Directory |
HTTP_PROXY_HEADER |
(none) | Retrieve IP Address (for ratelimiting) from the following HTTP Header |
HTTP_ADDRESS |
localhost:8080 |
Accept Incoming Requests on given Host and Port |
TLS_ENABLED |
false |
Enable TLS? |
TLS_CERT |
(none) | Path to Certificate |
TLS_KEY |
(none) | Path to Private Key |
TLS_CA |
(none) | Path to CA Bundle |
- 💡 TIP: You can set a custom background by placing a
854x480px PNGnamed background.png in the data directory.
Description
Languages
PureBasic
98.8%
Go
0.4%
JavaScript
0.3%
HTML
0.2%
CSS
0.2%
