lenpaste
lenpaste copied to clipboard
Lenpaste is a web service that allows you to share notes anonymously, an alternative to Pastebin. There is its own API.
Hello How can I edit the home page? Please show the path where the home file is.
Binaries
Could you please attach binaries to releases?
Hi Love this project 😀 i do have an issue with setting max lifetime. this is my config ``` environment: - LENPASTE_DB_DRIVER=postgres - LENPASTE_DB_SOURCE=${LENPASTE_DB_SOURCE} - LENPASTE_MAX_PASTE_LIFETIME=30d - LENPASTE_UI_DEFAULT_LIFETIME=2w ``` But...