1.2 KiB
Soyprano
Soyprano is a privacy-respecting frontend to Tenor
This project is incomplete. The only supported endpoints are /view (gif) and /search (search).
Support
Join our XMPP MUC. Expect no support, I frankly don't care.
Instances
See instances.json
Run your own instance
Dependencies
This program is written in Guile Scheme.
You will need need guile
, guile-gnutls
, and guile-lib
.
Running
- Install the dependencies
- Clone the repository using
git clone https://forge.fsky.io/clombrong/soyprano
- Run
guile -L . soyprano.scm
- Connect to http://localhost:8080 (or point your reverse proxy to it)
- Profit
Environment
PATCHES_URL
- Link to any patches that were applied. Necessary if there are any. Do not set if there aren't.
The following are optional.
SOYPRANO_PORT
- What port to run on (default 8080
).
SOYPRANO_ASSETS
- Path for the Soyprano assets (default assets/
).
Notes
When using a service manager (e.g. the GNU shepherd), make sure the stop signal is set to SIGINT, or 2. This will prevent EADDRINUSE.
Container
To build as an OCI image, run guix pack -f docker --entry-point=bin/soyprano soyprano
.