A free self-hosted JSON storage solution.
Learn about the endpoints at docs.jsonstash.com or check out the postman workspace:
In order to run this container you'll need docker installed.
DefaultConnection
- The path where you want the sqlite database stored.JSONMaxBytes
- Max size of json allowed to be stashed.StashNameMaxLength
- Max number of chars allowed to be used when naming a stash.LoginAttemptThreshold
- Max number of failed login attempts before locking the user out.JWTSecret
- Json Web Token secret.JWTExpiresIn
- Json Web Token amount of time in minutes the token expires.EmailHost
- SMTP email host to send unlock tokens.EmailPort
- SMTP host port.EmailUsername
- Email used to authenticate to host.EmailPassword
- Password used to authenticate to host.
/your/file/location
- File location
- C# .NET 6
- Newtonsoft.Json v13.0.1
- SQLite
- Lincoln Hach Yellick - LinkedIn
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.
- Thanks to my wife and kids who I love. They didn't help with this at all, but I just like saying it.