Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lierschit/puipwopi
This script looks for the actual public IP address and add this IP to the WOPI configuration of Nextcloud. It uses the OpenSource Projekt https://ipify.org to gather the public IP. It is helpful to use for a Collabora Server next to Nextcloud from home.
https://github.com/lierschit/puipwopi
collabora-server nextcloud wopi
Last synced: about 1 month ago
JSON representation
This script looks for the actual public IP address and add this IP to the WOPI configuration of Nextcloud. It uses the OpenSource Projekt https://ipify.org to gather the public IP. It is helpful to use for a Collabora Server next to Nextcloud from home.
- Host: GitHub
- URL: https://github.com/lierschit/puipwopi
- Owner: LierschIT
- License: mit
- Created: 2024-03-22T13:07:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T13:23:04.000Z (10 months ago)
- Last Synced: 2024-10-31T17:44:53.884Z (3 months ago)
- Topics: collabora-server, nextcloud, wopi
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PuIPWOPI - Public IP for WOPI
## Description
This script looks for the actual public IP address and add this IP to the WOPI configuration of Nextcloud.
It uses the OpenSource Projekt https://ipify.org to gather the public IP.It is helpful to use for a Collabora Server next to Nextcloud from home.
## Usage
Download or Copy the script into an editor and save it.
Use chmod +x to make it executable.
Now for example you can use crontag -e to start the script every day or hour.My crontab job looks like that:
> 20 0/3 * * * /{PATH-TO-FILE}/pubipwopi.sh >> /dev/null