1
0
Fork 0
Backup mirror of primary GitHub repository. 🖼️ 👋 A simple program to share a directory of pictures recursively. Inspired by netham91/Quick-Share. https://gitlab.com/sbrl/GalleryShare
Go to file
Starbeamrainbowlabs 2de596017c FIddle with display names & fix links 2017-09-21 14:26:41 +01:00
GalleryShare FIddle with display names & fix links 2017-09-21 14:26:41 +01:00
.gitignore Initial commit 2016-07-05 21:21:09 +01:00
GalleryShare.sln Initial commit. End of first dev session. 2016-07-05 21:22:34 +01:00
LICENSE Initial commit 2016-07-05 21:21:09 +01:00
README.md Fix typo 2017-07-21 21:49:34 +01:00

README.md

🖼️ 👋 GalleryShare

A simple program to share a directory of pictures and / or recursively. Inspired by netham91/Quick-Share.

📦 Getting Started

To get started, head over to the releases page and download the latest release.

If you're on Linux or Mac, you'll need to install the mono runtime. Debian users can simply execute sudo apt install mono-runtime - users of other distributions can just substitute apt for their own package manager 😺

If you're on Windows, you'e already got everything installed that you need, though it should be noted that due to a ridiculous quirk in the way System.Net.HttpListener works, you'll need to run GalleryShare as an administrator! If you use the mono runtime (Yes, it is available for Windows too!), you shouldn't experience this problem though.

Once you've got yourself setup, simply execute GalleryShare.exe, and it'll start the GalleryShare server. Type ./GalleryShare.exe --help to learn more about the different options provided, such as a way to change the port GalleryShare listens on, or the directory GalleryShare serves from.

Stay up to date!

If you like GalleryShare and want to keep it, add the folder GalleryShare resides in to your system's PATH, or create a batch / bash file that calls it for you. TO kepe up-to-date on GalleryShare releases, I find Sibbell useful for sending me notifications about new releases from my GitHub stars.