Retoor software development Projects Research SearchXNG
Register Sign In

22 lines
543 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: rebrand README, index.html, and manifest from self-hosted to SaaS terminology
2025-11-13 23:53:05 +01:00
"description": "A cloud storage SaaS web application",
chore: add initial project scaffolding with Docker, nginx, and core app modules
2025-11-09 23:29:07 +01:00
"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
d6d66cd5fc
rbox/static/manifest.json
Response time: 42ms
Mail Licenses API