diff options
| -rw-r--r-- | www/owncast/Makefile | 2 | ||||
| -rw-r--r-- | www/owncast/pkg/MESSAGE | 5 | ||||
| -rw-r--r-- | www/owncast/pkg/PLIST | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/www/owncast/Makefile b/www/owncast/Makefile index 3705377..685f83e 100644 --- a/www/owncast/Makefile +++ b/www/owncast/Makefile @@ -1,7 +1,7 @@ COMMENT = self-hosted live video streaming and chat server VERSION = 0.1.0pre20230502132147 -REVISION = 0 +REVISION = 1 DISTNAME = owncast-${VERSION} diff --git a/www/owncast/pkg/MESSAGE b/www/owncast/pkg/MESSAGE index 782a8db..e7432b6 100644 --- a/www/owncast/pkg/MESSAGE +++ b/www/owncast/pkg/MESSAGE @@ -1,5 +1,6 @@ Before starting owncast and opening it to the public, be sure to change the default password and a stream key! -To do that, start owncast, navigate to http://localhost:8080/admin/config/server/ -and change the defaults there. +To do that, start owncast, navigate to +http://localhost:8080/admin/config/server/ and change +the defaults there. diff --git a/www/owncast/pkg/PLIST b/www/owncast/pkg/PLIST index 1afce25..cda6e6e 100644 --- a/www/owncast/pkg/PLIST +++ b/www/owncast/pkg/PLIST @@ -6,4 +6,7 @@ @owner _owncast @group _owncast @sample ${LOCALSTATEDIR}/owncast/ +@mode +@owner +@group share/doc/pkg-readmes/${PKGSTEM} |
