lenpaste icon indicating copy to clipboard operation
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.

Results 3 lenpaste issues
Sort by recently updated
recently updated
newest added

Hello How can I edit the home page? Please show the path where the home file is.

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...