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

7 commits

Author SHA1 Message Date
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
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
draganczukp
1736a67a1c Merge branch 'master' of github.com:draganczukp/url 2020-02-16 16:55:16 +01:00
draganczukp
fc5563096b merge 2020-02-16 16:53:18 +01:00
Przemek Dragańczuk
dc171b9973 Slightly modified default docker files 2020-02-16 16:10:04 +01:00
Przemek Dragańczuk
bde40b61e6 Added documentation about authentication 2020-02-16 15:51:00 +01:00
Przemek Dragańczuk
f4109b1b2c Added basic docker support 2020-02-14 20:17:56 +01:00