Commit Graph

12 Commits

Author SHA1 Message Date
Sayantan Santra 41e6231217 Made compose file adhere to official specs 2022-11-14 23:12:26 -06:00
Sayantan Santra deeba64e74 Allow setting site_url 2022-11-10 20:17:39 -06:00
Sayantan Santra 946afbf726 Update docker compose instructions 2022-11-05 14:44:15 -05:00
Sayantan Santra 6ad4c8b44d Added image to docker hub 2022-11-04 01:39:53 -05:00
Sayantan Santra 6881b8b557 Change image location 2022-11-04 01:14:47 -05: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 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