1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00
Commit graph

56 commits

Author SHA1 Message Date
4a158bbea6
docs: Made some changes to the badges 2024-04-10 13:46:29 -05:00
3ad05f1e63
docs: Added mobile friendly UI in README 2024-04-03 20:50:27 -05:00
931b4a95e4
chg: Added SPDX headers 2024-04-03 20:40:26 -05:00
f27984a63f
docs: Edit README 2024-04-01 13:43:03 -05:00
917be6ade4
docs: Fix typo, and slight change in grammar 2024-04-01 00:47:25 -05:00
a9168e3459
docs: Added CLI usage instructions 2024-03-31 21:07:31 -05:00
841f877ee8
docs: Include info about UID in docs 2024-03-31 00:51:10 -05:00
5e4db14ea2
docs: Some changes to the README 2024-03-26 17:46:26 -05:00
dfefff2703
docs: Added a note about building 2024-03-25 01:40:10 -05:00
629e66a57c
docs: Updated build instructions 2024-03-25 01:22:54 -05:00
71ac19028e
docs: Remove the cargo build instructions 2024-03-13 19:26:10 -05:00
a32f00c36e
fix: Logo in README 2024-03-08 13:33:44 -06:00
a5574683a6
docs: Change NPM recommendation to caddy 2024-03-06 22:42:06 -06:00
8ba8472940
docs: Edited the features section 2024-03-04 19:37:36 -06:00
cb8f6f3e1d
fix: Link to the older base project 2024-03-04 19:10:47 -06:00
4d3e52cc95
docs: Added some stats and goals 2024-03-04 19:05:11 -06:00
bd47f3c74b
chg: Expand the name explanation 2024-02-29 18:29:36 -06:00
0227c5f783
docs: Explain the name 2024-02-10 18:44:15 -06:00
4a8385955b
chg: Renamed the project
When starting out, I kept the name same as the original project.
But I think I've made significant changes, so keeping the name
same would be disingenuous.
2024-02-10 18:29:50 -06:00
f3984624d9 Add option for temporary redirection 2023-04-28 00:22:30 -05:00
66ea86b6d3 Enabled logging of warnings 2023-04-10 11:51:20 -05:00
2f48b1e58c Added badges in README 2023-04-09 21:35:51 -05:00
7e6e419dbc Updated README 2023-04-09 17:31:00 -05:00
0add351480 Remove username since it's no longer used 2023-04-08 23:13:09 -05:00
cc066c0716 Updated README 2023-04-08 17:22:59 -05:00
4edf7349b0 Updated README 2023-04-08 15:56:42 -05:00
046c6d63a4 Updated README 2023-04-03 13:52:01 -05:00
c887b15a38 Fix typo in README 2023-01-13 13:33:15 +05:30
635d51a659 Updated README 2022-12-28 19:01:03 +05:30
41e6231217 Made compose file adhere to official specs 2022-11-14 23:12:26 -06:00
cc15ffa463 Updated README.md 2022-11-12 18:50:10 -06:00
9f68f2632f Removed docker badge from README 2022-11-12 18:45:17 -06:00
99073bfd6c Changed name of folder, project etc. 2022-11-11 17:50:12 -06:00
deeba64e74 Allow setting site_url 2022-11-10 20:17:39 -06:00
47c47e91dd Add logo in README 2022-11-09 17:46:43 -06:00
946afbf726 Update docker compose instructions 2022-11-05 14:44:15 -05:00
0367e74a7c Make docker compose the recommended method of usage 2022-11-05 14:41:00 -05:00
99757dceb6 Updated screenshot and README.md 2022-11-04 18:53:13 -05:00
3b3babeaf4 Docker badge links to docker hub 2022-11-04 01:52:42 -05:00
82e6dadd53 Updated README.md 2022-11-04 01:41:15 -05:00
Przemek Dragańczuk
2714c4c9e0
Update README.md 2020-11-01 14:59:40 +00:00
Przemek Dragańczuk
a26e3fb98f
Closes #5 (#7)
* Added an option to remove authentication

* Updated README to document disabling authentication

Co-authored-by: Przemek Dragańczuk <admin@draganczuk.tk>
2020-09-19 10:01:36 +02:00
Przemek Dragańczuk
575c73a71b
Update README.md 2020-06-18 20:13:07 +02:00
Przemek Dragańczuk
71a91a253d
Wrong badge style 2020-06-18 20:11:00 +02:00
Przemek Dragańczuk
7caec171c3
Non-code changes to make GitHub stuff better
* Modified README.md

* Add issue templates
2020-06-18 20:09:43 +02:00
Przemek Dragańczuk
e9cf90cea7 - Published to Docker HUB;
- Updated to Java 14
- A bunch of changes I wanted to do earlier
2020-05-23 19:54:27 +02:00
Przemek Dragańczuk
218f2fa368
Sqlite (#2)
* Migrated ur an sqlite database

* Removed unnecessary IOExceptions

* Removed an util class not needed anymore

* Updated README.md and docker-compose.yml to reflect new storage mechanism

* This change was not meant for this branch

* Port change with environment variable

* Unused imports

* Updated README.md

* Added basic protection against duplication
2020-05-23 19:16:27 +02:00
Przemek Dragańczuk
425b8a5f44 Official name! 2020-04-18 22:53:01 +02:00
Przemek Dragańczuk
7f275bf6af
Sqlite as storage backend (#1)
Some platforms has some problems with file locking, so I was forced to use an alternative. SQLite seems be the best option currently available


* Migrated to an sqlite database

* Removed unnecessary IOExceptions

* Removed an util class not needed anymore

* Updated README.md and docker-compose.yml to reflect new storage mechanism
2020-03-24 09:07:25 +01:00
Przemek Dragańczuk
f2ac9d98b0 Update README.md 2020-02-16 16:56:52 +01:00