Web File Manager for Norns
The Organelle web file browser but in Norns
Description
Requirements
Download & Installation
To download and install just ssh to your Norns machine
- Log in to Norns
ssh we@norns.local (password: sleep)
- Copy and paste the following command line:
curl https://dl.dropboxusercontent.com/s/9v79z5huupgd6id/NornsWFM.deb -o NornsWFM.deb && sudo apt install -y ./NornsWFM.deb && sudo rm ./NornsWFM.deb
Usage
FOR SIDEKICK USERS:
When is installed, open the sidekick menu (pressing 1+2+3 Buttons), enter to “refresh menu”… an item called “Web File Manager” should appear. Enter in “Web File Manager”… Should appear “Launching… web File Manager” on the screen.
Go to http://norns.local:8080 on your favorite web browser.
To stop the web page you only have to exit the Web File Manager app on Norns (pressing 1+2+3 Buttons).
FOR NON-SIDEKICK USERS
Shh to Norns…enable the NornsWFS service (use the following code)
sudo systemctl start NornsWFM.service
Go to http://norns.local:8080 on your favorite web browser.
To stop the web service run the following code.
sudo systemctl stop NornsWFM.service
In the web file manager you have access to “we” folder and External drives, make things like cut, copy, paste, delete, zip, unzip, download, upload, create folders, etc… just like a normal file browser.
EXTRA TIP
If you want to Web File Manager keep alive even Norns restarts do the following command:
sudo systemctl enable NornsWFM.service
And to undone…
sudo systemctl disable NornsWFM.service
Future Features
- Upload From Url: Copy and paste a file link and the web page downloads it to a folder (this is useful to download patches/files from different internet sides).
Notes
- I do not test it on stock Norns machine…so if someone could test it I´ll appreciate it.
Uninstall
Ssh to Norns…copy and paste the following code:
sudo apt remove nornswfm
Pd: No residual files!! Norns system like before!
Source code
GitHub—> https://github.com/oxbown/NornsWFM
Feedback
Please send me your feedback!!!