You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clace is a web server which makes self-hosting Hypermedia driven web applications easy. See https://clace.io/ for details.
https://github.com/claceio/clace is the main Clace repository. This apps repository contains Hypermedia driven web apps which can be installed on a Clace server.
The apps will be available at the requested url, like https://localhost:25223/bookmarks. Use admin as the username and the password displayed when the Clace server was installed. To disable password auth for the ap, add the --auth none option to the app create command. To change existing app auth, run clace app update-settings auth none /bookmarks.
To reload existing apps with any code changes from GitHub, run
clace app reload --promote /bookmarks # reload one app from latest code in GitHub
clace app reload --promote all # reload all apps from latest code in GitHub
See lifecycle for details on app lifecycle. If application requires new permissions, approve by running clace app approve /utils/bookmarks or add --approve to the reload command.
Application Listing
App Name
Install Url
Description
System Requirements
Demo
Bookmark Manager
github.com/claceio/apps/utils/bookmarks
A bookmark manager app, using sqlite for data persistenace