I created a little service that makes it very easy to share files online with people.
If you go to share.ms.quelltext.eu, you can see all the files that have the word .public
in them. These files can be located in the makerspace share and in the “Documents” folder on the makerspace computers.
This is what it looks like when it is working:
How To Use
If you are on a computer or laptop in the makerspace:
- Rename a file to have
.public
in it, e.g.image.png
renamed toimage.public.png
- Syncthing synchronizes the file
- Head over to share.ms.quelltext.eu and see the file appear
If you are on the phone of the makerspace, you can share pictures by renaming them in the SD-Card/DCIM/...
folders:
- Take a photo
- Rename the photo so it has
.public
in it. - Wait for syncthing to synchronize the photo
- Head over to share.ms.quelltext.eu and see the photo appear
On the makerspace share:
- Rename a file or folder to contain
.public
. - Head over to share.ms.quelltext.eu and see the file or folder appear
Feature: The file or folder can be moved to another location and the link still works. If you rename the file or folder, the link will not work any more.
Related
- Sharing Services inside the MakerSpace - it uses this service to be available to the outside Internet
- http://share.ms.quelltext.eu/
- GitHub - AmmanVMS/selective-file-share-webserver: This is a simple Python webserver to share files in a directory selectively when they contain a certain keyword.