Retoor software development Projects Research SearchXNG
Register Sign In

22 lines
550 B
JSON
Raw Normal View History

chore: add initial project scaffolding with Docker, nginx, and core app modules
2025-11-09 23:29:07 +01:00
{
chore: rebrand all RBox references to MyWebdav across codebase and docs Replace every occurrence of "RBox" with "MyWebdav" in source files, configuration, legal documents, UI components, and test fixtures. This includes renaming the `RBoxApp` class to `MyWebdavApp` in the JavaScript component, updating the TOTP issuer from "RBox" to "MyWebdav" in the auth router, changing the application description in the argument parser, and updating all user-facing strings in HTML templates, legal policies, and the manifest file. The `.env.example` default for `TOTP_ISSUER` is also updated accordingly.
2025-11-13 20:50:03 +01:00
"name": "MyWebdav Cloud Storage",
"short_name": "MyWebdav",
chore: add initial project scaffolding with Docker, nginx, and core app modules
2025-11-09 23:29:07 +01:00
"description": "A self-hosted cloud storage web application",
"start_url": "/",
"display": "standalone",
"background_color": "#F0F2F5",
"theme_color": "#003399",
"icons": [
{
"src": "/static/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Reference in New Issue Copy Permalink
69f3161eec
rbox/static/manifest.json
Response time: 30ms
Mail Licenses API