Myster-Tee / TinfoilWebServer

Install your packages from your own server
GNU General Public License v3.0
123 stars 26 forks source link

Allow several served directories #1

Closed deurk closed 3 years ago

deurk commented 3 years ago

Would be great to be able to set several directories (potentially hosted on several disks, etc) in a transparent way for the client.

Myster-Tee commented 3 years ago

Yes, that's a cool idea, I'll implement this ;)

deurk commented 3 years ago

Any idea when you'll have free time to? :)

Myster-Tee commented 3 years ago

Soon ;)

deurk commented 3 years ago

Great, looking forward to it :)

Myster-Tee commented 3 years ago

v1.1.0 released, let me know if it does the job :)

deurk commented 3 years ago

Hey, thanks a lot! Will give a whirl and let you know!

deurk commented 3 years ago

I don't seem to be able to get it to take into account ServedDirectories, either with a single entry as a string or an array. It always defaults back to current directory.

deurk commented 3 years ago

Nervermind my previous comment, I found the issue. Copied the line I used before and noticed you changed ServedDirectory to ServedDirectories. It now works as intented. Thanks a lot :)

Myster-Tee commented 3 years ago

Perfect, I close this ticket!