Search Criteria
Package Details: gotify-server 2.0.20-1
Git Clone URL: | https://aur.archlinux.org/gotify-server.git (read-only, click to copy) |
---|---|
Package Base: | gotify-server |
Description: | A simple server for sending and receiving messages in real-time per WebSocket. |
Upstream URL: | https://gotify.net/ |
Keywords: | gotify notification push real server time websocket |
Licenses: | |
Submitter: | matthias.lisin |
Maintainer: | jmattheis (matthias.lisin) |
Last Packager: | jmattheis |
Votes: | 3 |
Popularity: | 0.009450 |
First Submitted: | 2020-01-19 19:42 |
Last Updated: | 2020-10-06 18:38 |
Dependencies (5)
- glibc (glibc-git)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- gzip (gzip-git, gzip-with-pigz-symlinks, dxcompress, dxcompress-git) (make)
- yarn (yarn-nightly) (make)
Latest Comments
1 2 Next › Last »
sudobash418 commented on 2020-07-29 03:09
Ah, I checked my config file and it was configured to use /var/lib/gotify-server instead of /var/lib/gotify; with /var/lib/gotify it works perfectly fine without my systemd override.
Guess that'll teach me to check my configs before anything else, thanks for the tip.
matthias.lisin commented on 2020-07-28 15:31
@sudobash418 Hey, thanks for reporting, I'll check asap. Do you use any custom settings or systemd overrides?
sudobash418 commented on 2020-07-24 04:18
Not sure if this is just a problem with my setup, but with 2.0.17 I kept getting this error: "Internal Server Error: attempted to write to readonly database"
I eventually solved it by adding the following to the systemd service via
systemctl edit gotify-server.service
:loserMcloser commented on 2020-07-18 22:22
@jmattheis Thanks!
A note for others: I had more difficulties compiling with gcc-go, but plain go worked.
jmattheis commented on 2020-07-18 20:47
@loserMcloser This should be fixed in the latest version.
loserMcloser commented on 2020-07-18 05:06
go: github.com/Southclaws/configor@v1.0.0: reading github.com/Southclaws/configor/go.mod at revision v1.0.0: unknown revision v1.0.0 ==> ERROR: A failure occurred in build(). Aborting...
jmattheis commented on 2020-05-03 18:45
@schlmm Thanks for the report. It should be fixed with the latest version.
schlmm commented on 2020-05-03 11:45
i tried to build the package with yay, but the web ui didnt work (the rest api did)
it seems packr2 didnt find any boxes in $HOME/.cache/yay/gotify-server/src/server-2.0.15/
then i downloaded the snapshot of the aur package and ran makepkg in /tmp/gotify-server and everything is working perfectly now.
so my guess is: packr2 has some problem with the yay .cache path or something like that
matthias.lisin commented on 2020-03-05 17:35
@jmattheis Yea, not finished yet. I'll try to deliver a PKGBUILD with sane default values that works out of the box. Just need some time.
If anyone wants to be Co-Maintainer, I'd appreciate it.
jmattheis commented on 2020-03-05 17:02
@matthias.lisin & @balki The PKGBUILD currently doesn't contain instructions for building the UI. Information on how to build Gotify including the UI can be found here https://gotify.net/docs/build (Basically 1. yarn build 2. packr 3. go build)