Files
simple-notes-sync/server/.env.example
inventory69 083fd94714 Initial commit: Simple Notes Sync project setup
Features:
- Docker WebDAV server with docker-compose
- Server configuration with .env
- Project structure for Android app
- Complete documentation references
- MIT License

Server:
- bytemark/webdav Docker image
- Basic authentication
- Port 8080 exposed
- Volume mounts for data and logs
- Quick start README

Android:
- Project structure defined
- README with setup instructions
- Links to complete implementation guide

Status: Server running and tested ✓
Next: Android app implementation in Android Studio
2025-12-19 23:44:05 +01:00

7 lines
132 B
Plaintext

# WebDAV Credentials
WEBDAV_USERNAME=noteuser
WEBDAV_PASSWORD=your_secure_password_here
# Optional: Custom port
# WEBDAV_PORT=8080