Commit Graph

14 Commits

Author SHA1 Message Date
bed4cc0121 feat(lib): initialize libnextcloud C++17 library scaffolding (#25) 2026-01-28 09:47:34 -08:00
e2d31dc053 Adds plan doc for creating our shared nextcloud library. 2026-01-27 09:36:44 -08:00
518826b908 docs(config): update README with JSON configuration format
Update documentation to reflect the actual JSON-based configuration
system instead of the old INI-style format.

Changes:
- Updated Quick Start section to reference config.example.json
- Rewrote Configuration section with JSON examples
- Added detailed environment variable override documentation
- Included CI/CD usage examples
- Documented all supported environment variables

All acceptance criteria from Issue #6 verified:
✓ config.example.json created and documented
✓ load-config.sh correctly parses JSON
✓ Environment variables take precedence over JSON
✓ Validation script catches missing required fields
✓ Documentation clear for new developers
✓ CI can inject credentials via env vars

Related: #6
2026-01-27 08:53:02 -08:00
014402d3cc Adds documentation of building and using our dev container. 2026-01-27 07:05:56 -08:00
815f865060 Adds scripts to work with our dev containers. 2026-01-27 06:46:28 -08:00
d1f98c92dd Adds Dockerfile for the 3ds build container. 2026-01-27 06:30:45 -08:00
51c18cd986 Adds initial plan for Docker containers to build using VitaSDK. 2026-01-27 04:13:40 -08:00
44ae8b436a Adds plans for docker containers to build for nintendo systems. 2026-01-27 03:07:46 -08:00
092299ff33 feat(config): implement configuration system and contributing guide (#6, #4) 2026-01-27 00:10:27 -08:00
631046df34 Adds reference api info for gitea to gitignore. 2026-01-26 23:42:08 -08:00
7e2c013cdc Creates milestones, labels, and issues on gitea. 2026-01-26 23:19:48 -08:00
ff3c83ab1f Creates initial project. 2026-01-26 22:21:12 -08:00
1a203e5a26 Adds instructions to the readme for setting up node/yarn in a project. 2026-01-23 21:32:35 -08:00
addda6f54f Initial commit. 2024-07-29 22:27:56 -07:00