karton/README.md

77 lines
2.1 KiB
Markdown
Raw Normal View History

2023-03-05 14:23:11 +00:00
# Karton
2023-03-05 14:23:11 +00:00
A small, rusty pastebin with URL shortener functionality.
2022-04-23 15:57:45 +00:00
2023-03-05 14:37:48 +00:00
The github repository is a mirror of [this gitlab repository](https://gitlab.com/obsidianical/microbin).
2023-03-05 14:23:11 +00:00
This is a fork of [MicroBin](https://github.com/szabodanika/microbin).
2023-03-05 15:07:08 +00:00
## Features
- Animal names (by default) or custom namefiles instead of just hashes (though hashes are an option too!)
- File and image uploads
- raw text serving
- URL shortening
- QR codes
- Listing and removing pastas (though currently everyone can do that)
- Expiration times
- Editable pastas
- Syntax highlighting
- Styling via [water.css](https://github.com/kognise/water.css)
- Customizable endpoints
2023-02-17 23:02:28 +00:00
## TODOs:
2023-03-05 15:07:08 +00:00
- [x] removed light mode
- [x] Rebrand
- [x] New name and logo
- [x] New README
- [ ] installation guides
2023-02-17 23:02:28 +00:00
- [ ] Website
- [ ] Official central instance
- [ ] Donation thing?
- [ ] Distribution
- [ ] nixpkgs
2023-03-05 15:07:08 +00:00
- [x] crates.io
2023-02-17 23:02:28 +00:00
- [ ] Docker
- [ ] Various other distribution specific repositories?
2023-02-17 23:40:58 +00:00
- [ ] Quality
- [ ] Tests
2023-03-05 15:07:08 +00:00
- [x] New theme
- [ ] Proper database (_seriously, json isn't a database_)
- [ ] Proper auth and permissions (_so a single user can also use it and send links_)
- [ ] multi-user
- [x] Click logo/name to get to root
- [ ] Customizability
- [ ] Customizable keys (_so you can make fixed pastas_)
- [x] Customizable wordset
- [ ] Non-env/args configurations
- [ ] further endpoint configuration
- [x] customizable `pasta`, `url` and `raw` endpoints
- [ ] simplified media embed endpoints (/file/$id or /embed/$id by default? maybe with compression?)
- [ ] disable remove
- [ ] make root page a redirect and root based redirect
- [ ] easy to customize logo, icon etc.
- [ ] simplified themeing (only colors etc)
- [ ] Features
- [ ] encrypted pastas
- [ ] image embeds
- [x] in pasta view
- [ ] easy to copy image embed url
- [ ] Markdown pastas
2023-02-22 20:45:39 +00:00
2023-02-17 23:40:58 +00:00
2023-02-17 23:02:28 +00:00
## Contact
2023-02-17 23:02:28 +00:00
This fork of MicroBin was created by [Schrottkatze](https://schrottkatze.de).
2022-10-01 06:12:24 +00:00
2023-02-17 23:02:28 +00:00
Join [the matrix room](https://matrix.to/#/#s10e-microbin:matrix.org) to chat!
2023-03-05 15:07:08 +00:00
Contact me via e-mail at [contact@schrottkatze.de](mailto:contact@schrottkatze.de).