New Loaded
-
🐘 PostgreSQL is supported. #49
You can use PostgreSQL as database with the following startup command:
docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash yourselfhosted/slash:latest --driver postgres --dsn 'postgresql://postgres:PASSWORD@localhost:5432/slash'
What's Changed
- Update the form of creating shortcuts: only name and link are required; #50
- chore: remove the "-temp" part of the shortcut name in the extension by @RealFascinated in #47
New Contributors
- @RealFascinated made their first contribution in #47
Full Changelog: v0.5.0...v0.5.1