Commit graph

39 commits

Author SHA1 Message Date
figsoda
f41c2eb66b rename README.MD to README.md 2022-11-08 16:22:42 -05:00
Daniel Szabo
ca1cd91635 Removed logo from README.MD
Because GitHub does not render HTML in Markdown files (correctly anyway)
2022-11-07 17:59:47 +02:00
Daniel Szabo
719691dfac Update README.MD
- Moved documentation to website
- Updated screenshots
- Added logo
- Reorganised feature list
- Added licence at the bottom
- Moved screenshot to .git folder
2022-11-07 17:57:50 +02:00
Daniel Szabo
2198cbdff9 Getting ready for 1.2 & new site release
- improved support for serving static resources from the binary, now supporting images
- added new logo
- changed save button
- fixed footer attribution text, it is not true anymore that MicroBin is made by myself
- replaced footer GitHub link with microbin.eu link
2022-11-01 20:56:07 +02:00
Daniel Szabo
44b55ae08e Getting ready for 1.2.0 release: many smaller requests implemented
- Implements #7
- Implements #42 and therefore #64
- Improved #53
- Implements #59
- Implements #61
- Implements #63
- Implements #80
- Implements #84
- Added Info page
- Removed Help page
- Bumped version number to 1.2.0
- Fixed a bug where wide mode was still 720px wide
- Created FUNDING.yml
- Reorganised arguments in README.MD and documented new options
- Updated SECURITY.MD
- Added display of last read time and read count
- Increased default width to 800px to make UI less cluttered
- Reorganised index page
- New, better attach file button

I want to spend some time testing these changes and let everyone have a look at them before tagging and releasing new artifacts.
2022-10-29 14:11:55 +03:00
Daniel Szabo
769901c895 Added copy button for URL redirects
Fixes #80
2022-10-27 17:23:39 +03:00
HeapUnderflow
43061699f5
Merge branch 'master' into public-path 2022-10-24 12:57:21 +02:00
HeapUnderflow
4980d72df2
Add example to README.MD 2022-10-24 12:55:09 +02:00
Dániel Szabó
bc26fe87a5
Merge pull request #72 from hay-kot/feat/disable-file-attachment
feat: disable file attachment
2022-10-22 20:39:30 +03:00
Stavros Kois
e786fa5a22
Fix --footer-text reference 2022-10-03 00:36:29 +03:00
Hayden
0b5dea5dd1 add flag to docs 2022-09-30 22:12:24 -08:00
Jonas Friedmann
2322c6713e
Fix Docker repository link 2022-09-27 20:09:44 +02:00
Dániel Szabó
05ad1d46c1
Update README.MD
Updated docker volume path according to 08871e1. Fixes #55
2022-09-27 16:19:41 +00:00
Dániel Szabó
d36472bcac
Update README.MD 2022-09-26 12:10:01 +00:00
Dániel Szabó
ff28faa222
Update README.MD 2022-09-26 11:53:54 +00:00
FixFromDarkness
011cc25490
Update AUR installation method 2022-08-05 12:25:05 +03:00
amnesiacsardine
fa88bce917
Update README.MD
Added how to pass command line arguments in the Dockerfile
2022-07-16 13:22:31 +02:00
Dániel Szabó
465873e095
Merge pull request #28 from FoxFromDarkness66/patch-2
Add bind address CL option
2022-07-15 22:47:39 +01:00
FixFromDarkness
fec933c5ec * Revert default address to 0.0.0.0 due to docker usage & compatibility
* Add --bind option to readme & change some examples
2022-07-07 20:08:29 +03:00
FixFromDarkness
85ed1b2b92
Add AUR installation method
AUR is Arch User Repository, "community-driven repository for Arch users. It contains package descriptions (PKGBUILDs) that allow you to compile a package from source with makepkg and then install it via pacman." 
I've made an AUR package that will allow any arch-based distro user to install and update microban to the latest version without manual version cheking&compiling. It will be easier for them to find it if you add information about this in the readme
2022-07-07 19:15:26 +03:00
Arie
f5b9036a2a Uses volume absolute path, changes wording 2022-06-27 10:52:37 +10:00
Arie
0d43f2f60a Updates README with docker build instructions 2022-06-27 10:39:32 +10:00
David Kleingeld
7f4b9f4aee
Remove --linenumbers in systemd example 2022-06-05 19:23:28 +02:00
Daniel Szabo
ce8bd4dd02 Added cargo information and readme badges 2022-06-05 00:20:23 +01:00
Daniel Szabo
8b1702365c Add "Deploy to Render" button to README.MD 2022-06-04 23:05:47 +01:00
Daniel Szabo
4cc737731a Multiple enhancements and bugfixes
!Breaking change! - The updated version will not be able to read your old database file

Major improvements:
- Added editable pastas
- Added private pastas
- Added line numbers
- Added support for wide mode (1080p instead of 720p)
- Added syntax highlighting support
- Added read-only mode
- Added built-in help page
- Added option to remove logo, change title and footer text

Minor improvements:
- Improved looks in pure html mode
- Removed link to GitHub repo from navbar
- Broke up 7km long main.rs file into smaller modules
- Moved water.css into a template instead of serving it as an external resource
- Made Save button a bit bigger
- Updated README.MD

Bugfixes:
- Fixed a bug where an incorrect animal ID in a request would cause a crash
- Fixed a bug where an empty or corrupt JSON database would cause a crash
2022-06-03 17:24:34 +01:00
Dániel Szabó
9e4940eb44
Update README.MD 2022-05-08 19:02:04 +01:00
Daniel Szabo
c9cf87e02b Updated README and index.png 2022-05-08 17:10:19 +01:00
Dániel Szabó
fc63b7aa1a
Update README.MD 2022-05-02 18:23:29 +01:00
Dániel Szabó
dd9648cd2e
Update README.MD 2022-04-23 16:57:45 +01:00
Dániel Szabó
1c7b4f4b3a
Update README.MD 2022-04-23 16:50:45 +01:00
Dániel Szabó
460ac55cb3 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.MD
2022-04-23 16:49:06 +01:00
Dániel Szabó
f56ffa98e4 - added new pasta type URL and automatic redirection endpoint
- added water.css styling
- added CL argument to set port
- added raw URL to pasta list
2022-04-23 16:47:36 +01:00
Dániel Szabó
a3915fed76
Updated README.MD with cURL instructions 2022-04-11 19:31:56 +01:00
Dániel Szabó
4ee064b834
Update README.MD 2022-04-11 19:14:00 +01:00
Dániel Szabó
e8b0e3a482 Updated README.MD with instructions 2022-04-11 14:48:11 +01:00
Dániel Szabó
22b61fc793 Added auto removal of expired pastas 2022-04-11 14:41:28 +01:00
Dániel Szabó
5bae4310a3 Added README.MD 2022-04-11 14:40:21 +01:00
Dániel Szabó
0754998d22 Added README.MD 2022-04-11 14:38:49 +01:00