501st-alpha1 / big-gollum

A rails app that lets you make, browse, edit, and eventually control permission to gollum wikis.
MIT License
6 stars 2 forks source link

Is this a single port solution? #30

Closed hoijui closed 4 years ago

hoijui commented 4 years ago

Does this support multiple wikis run on a single port, or does it run one gollum instance per repo, using one port each?

501st-alpha1 commented 4 years ago

Yes, multiple wikis run behind a single Big Gollum instance, and in fact you can create new wikis from the UI.

On the backend, Gollum is linked as a Ruby adapter, so we aren't starting a entirely new instance every time, and thus there aren't any extra ports being used.

It does still count as one Gollum instance per wiki, so each wiki will have its own Git repo.

hoijui commented 4 years ago

niiiice, thank you! :-)

501st-alpha1 commented 4 years ago

No problem!