https://github.com/libresign/wordpress_login_backend
Integrate Nextcloud with WordPress accounts
https://github.com/libresign/wordpress_login_backend
nextcloud nextcloud-app woocommerce wordpress wordpress-integration
Last synced: 15 days ago
JSON representation
Integrate Nextcloud with WordPress accounts
- Host: GitHub
- URL: https://github.com/libresign/wordpress_login_backend
- Owner: LibreSign
- License: agpl-3.0
- Created: 2024-10-07T19:30:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T14:02:37.000Z (over 1 year ago)
- Last Synced: 2025-03-16T05:44:25.430Z (about 1 year ago)
- Topics: nextcloud, nextcloud-app, woocommerce, wordpress, wordpress-integration
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress login backend
Integrate WordPress login with Nextcloud
## What this app do?
Autenticate at Nextcloud using username and password of WordPress.
## How to configure
```bash
occ config:system:set wordpress_dsn --value "mysql:host=myserverhostname;port=3306;dbname=woocommerce;user=root;password=root"
```
Replace the values by your databae settings.
## to-do
- [ ] Customize the queries to fetch data from WordPress