SolidOS for devs: https://github.com/solidos/solidos SolidOS Pod: https://solidos.solidcommunity.net/
dependabot[bot] on npm_and_yarn
Bump terser from 5.12.1 to 5.14… (compare)
timea-solid on discovery
using new discovery (compare)
github-actions[bot] on gh-pages
deploy: 6dd19a2832f44262a0a827d… (compare)
bourgeoa on main
update dependencies 1.8.3 (compare)
bourgeoa on v1.8.3
github-actions[bot] on gh-pages
deploy: a8f173949d2bc7ed32e107e… (compare)
timea-solid on main
Update README.md (compare)
bourgeoa on jeff-zucker-loginStatusBox-1
github-actions[bot] on gh-pages
deploy: d32aa1cd126aa0cdf6f9eef… (compare)
git pull origin bug/issue7
expecting it t s switch to that branchI merged solid/folder-pane#23 after having it backwards for a bit.
Added a screencast of it working for good measure .. playing with OBS
Screencast should be nice for the solidos user documentation
@jeff-zucker
deleted the branch locally, recreated it, npm ci && npm run build
root@DESKTOP-PIRJOCS:/mnt/d/github/solid/solidos-auth-upgrade/workspaces/mashlib# git branch -d auth-upgrade
warning: deleting branch 'auth-upgrade' that has been merged to
'refs/remotes/origin/auth-upgrade', but not yet merged to HEAD.
Deleted branch auth-upgrade (was f7e9911).
root@DESKTOP-PIRJOCS:/mnt/d/github/solid/solidos-auth-upgrade/workspaces/mashlib# git checkout --track origin/auth-upgra
de
Branch 'auth-upgrade' set up to track remote branch 'auth-upgrade' from 'origin'.
Switched to a new branch 'auth-upgrade'
root@DESKTOP-PIRJOCS:/mnt/d/github/solid/solidos-auth-upgrade/workspaces/mashlib# npm ci && npm run build
With exactly the same sizes on the test-server and also on solidos/workspaces/node-solid-server with npm ci
root@DESKTOP-PIRJOCS:/mnt/d/github/solid/solidos-auth-upgrade/workspaces/mashlib/dist# ls -al
total 24124
drwxrwxrwx 1 root root 512 Oct 3 18:57 .
drwxrwxrwx 1 root root 512 Oct 3 18:57 ..
-rwxrwxrwx 1 root root 3333 Oct 3 18:57 browse.html
-rwxrwxrwx 1 root root 589 Oct 3 18:57 databrowser.html
-rwxrwxrwx 1 root root 22462 Oct 3 18:57 mash.css
-rwxrwxrwx 1 root root 45117 Oct 3 18:57 mash.css.map
-rwxrwxrwx 1 root root 5964523 Oct 3 18:57 mashlib.js
-rwxrwxrwx 1 root root 6284529 Oct 3 18:57 mashlib.js.map
-rwxrwxrwx 1 root root 2809270 Oct 3 18:57 mashlib.min.js
-rwxrwxrwx 1 root root 9553918 Oct 3 18:57 mashlib.min.js.map
in NSS we have /var/www/servername/data/user/index.html for pod root
and /var/www/servername/index.html for server root.
in CSS we have /usr/lib/node_modules/@solid/community-server/templates/root/index.html
that generates the server root in /var/www/servername/index.html
where is the template for the user pod root in CSS ?
will changes only apply for new users ?
will we take the new authN for both servers ?
things to keep an eye on...
is it the goal to make SolidOS standard on both ?