Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SolidOS/data-kitchen
The SolidOS Databrowser technology as a stand-alone electron app
https://github.com/SolidOS/data-kitchen
electron running-code solid
Last synced: 5 days ago
JSON representation
The SolidOS Databrowser technology as a stand-alone electron app
- Host: GitHub
- URL: https://github.com/SolidOS/data-kitchen
- Owner: SolidOS
- Created: 2019-09-25T22:32:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T15:47:18.000Z (over 1 year ago)
- Last Synced: 2024-05-28T21:54:42.328Z (5 months ago)
- Topics: electron, running-code, solid
- Language: JavaScript
- Homepage:
- Size: 28.6 MB
- Stars: 23
- Watchers: 9
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - SolidOS/data-kitchen - The SolidOS Databrowser technology as a stand-alone electron app (electron)
README
# Data-Kitchen over CSS (WiP)
The Data Kitchen is a stand-alone desktop app that provides the user with a SolidOS (mashlib) Databrowser capable of private no-auth access to their own file system and also authenticated access to pods on any kind of Solid server. The current impelementation is an electron app that serves the local file system via a pre-provisioned Community-Solid-Server (CSS) with the SolidOS Databrowser as front end. See [pretty picture](./assets/Data-Kitchen.png) if you like visuals.
Please ping me (@jeff-zucker) in the chat or via issue with any problems or suggestions.
## Installing
```text
git clone https://github.com/solid/data-kitchen.git
change into the data-kitchen folder
npm ci
```## Configuring
The [kitchen.json](./kitchen.json) file will eventually be JSON-LD with a solid-ui forms-based frontend. For now it's plain JSON and you need to edit it manully. You MUST configure the rootFilePath (the place you want to view as the root of your local files) and you may configure the port, the size and position of the initial window. You can also set bookmarks (handy for testing on various servers).## Running
```text
change into the data-kitchen folder
npm start
```## Differences from the standard Databrowser
The banner changes color depending on wether you are viewing a private offline resource, an online resource without authentication, and an online resource with authentication.
Note that local files follow local preferences set in /LocalKitchenUser/settings/prefs.ttl. You should not be prompted for login on local files. The top menu provides bookmarks and other resources not found in the standard databrowser.
There are many more features in the works, see [checklist of currently supported and planned features](https://github.com/SolidOS/data-kitchen/issues/31).## Dirty Details
If you want to look under the hood, see [kitchen.html](./assets/kitchen.html) (which is a version of *mashlib/dist/browse.html*) and the [electron and CSS specific modifications](./configs/).
copyright (c) 2021 Jeff Zucker, MIT license.