Port details |
- gotify-server Simple server for sending and receiving messages
- 2.6.1 net =1 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: mfechner@FreeBSD.org
- Port Added: 2024-10-13 06:06:11
- Last Update: 2024-12-16 07:21:42
- Commit Hash: e09a3bf
- People watching this port, also watch:: tmux, cyrus-sasl-sql, ip2location, mailutils, monit
- License: MIT
- WWW:
- https://github.com/gotify/server
- Description:
- We wanted a simple server for sending and receiving messages (in real time per
WebSocket). For this, not many open source projects existed and most of the
existing ones were abandoned. Also, a requirement was that it can be
self-hosted.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gotify-server>0:net/gotify-server
- To install the port:
- cd /usr/ports/net/gotify-server/ && make install clean
- To add the package, run one of these commands:
- pkg install net/gotify-server
- pkg install gotify-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gotify-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734332740
SHA256 (go/net_gotify-server/server/gotify-server-yarn-offline-cache-2.6.1.tar.gz) = 30438c27e2b8edde804b43ffe74999e7e8f33e694fbee6c03018d19ad4523191
SIZE (go/net_gotify-server/server/gotify-server-yarn-offline-cache-2.6.1.tar.gz) = 54030953
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- yarn-node22>=1.10.0 : www/yarn-node22
- go122 : lang/go122
- node : www/node22
- Fetch dependencies:
-
- go122 : lang/go122
- ca_root_nss>0 : security/ca_root_nss
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_gotify-server
- USES:
- go:modules,1.22 nodejs:build zip
- pkg-message:
- For install:
- Gotify-Server was installed successfully.
It is be default listening on port 9071.
You can change the settings in file:
/usr/local/etc/gotify-server/config.yml
To enable to start it execute:
sysrc gotify_server_enable="YES"
service gotify_server start
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.1 16 Dec 2024 07:21:42 |
Matthias Fechner (mfechner) |
net/gotify-server: update to 2.6.1
Changes: https://github.com/gotify/server/releases |
2.6.0 16 Nov 2024 06:05:32 |
Matthias Fechner (mfechner) |
net/gotify-server: update to 2.6.0
Changes: https://github.com/gotify/server/releases |
2.5.0_1 08 Nov 2024 20:58:46 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go122 update
PR: 281842 |
2.5.0 26 Oct 2024 19:43:56 |
Matthias Fechner (mfechner) |
net/gotify-server: fixed error message in Makefile
The exact errors appear below.
net/gotify-server:
This command (FreshPorts code 1):
/usr/local/bin/sudo /usr/sbin/jexec freshports /make-port.sh /usr/ports
net/gotify-server
2>/tmp/FreshPorts.net.gotify-server.make-error.2024.10.26.8.33.5.9820
produced this error:
Error message is: make: "/usr/ports/net/gotify-server/Makefile" line
30: Malformed conditional (${OPSYS} == FreeBSD && ${OSVERSION} >=
1400000)
make: Fatal errors encountered -- cannot continue
Make results are : make: stopped in /usr/ports/net/gotify-server
Reported by: dan@langille.org |
26 Oct 2024 07:55:12
|
Matthias Fechner (mfechner) |
net/gotify-server: fix build for FreeBSD < 14 |
2.5.0 17 Oct 2024 19:09:45 |
Matthias Fechner (mfechner) |
net/gotify-server: fix Filesystem touched during build error message |
2.5.0 13 Oct 2024 06:04:06 |
Matthias Fechner (mfechner) |
net/gotify-server: create new port version 2.5.0 of gotify-server
A simple selfhosted message service with nice UI and a client for
Android.
Thanks a lot for help I received here:
https://github.com/gotify/server/issues/199 |