github yourselfhosted/slash v0.5.1

latest releases: v1.0.0, v0.5.3, v0.5.2...
9 months ago

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

Full Changelog: v0.5.0...v0.5.1

Don't miss a new slash release

NewReleases is sending notifications on new releases.