https://github.com/madbob/nextcloud-ddnsclient
Nextcloud client for popular dynamic DNS providers
https://github.com/madbob/nextcloud-ddnsclient
dynamic-dns nextcloud
Last synced: 2 months ago
JSON representation
Nextcloud client for popular dynamic DNS providers
- Host: GitHub
- URL: https://github.com/madbob/nextcloud-ddnsclient
- Owner: madbob
- License: agpl-3.0
- Created: 2017-07-07T10:26:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T10:36:36.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T03:26:36.655Z (3 months ago)
- Topics: dynamic-dns, nextcloud
- Language: PHP
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# DDNS Client
Easy access to your home-hosted NextCloud instance: register to a dynamic DNS provider, and configure automatic updates of IP binding through this simple application.
## Install
```
cd nextcloud/apps/
git clone https://github.com/madbob/nextcloud-ddnsclient.git
composer install
```Once the app is enabled, it adds a configuration panel under the `Admin -> Sharing` section.
Be sure to [enabled a proper cron option](https://docs.nextcloud.com/server/12/admin_manual/configuration_server/background_jobs_configuration.html) for your Nextcloud instance.