docs.page icon indicating copy to clipboard operation
docs.page copied to clipboard

Hosting on my own

Open bartekpacia opened this issue 3 years ago • 7 comments

I'd like to be able to do something along the lines of:

$ npm install -g docs.page
$ docs.page build # converts my whole website to static HTML that I can deploy

I was looking everywhere for it and either I'm blind or there's no such feature?

bartekpacia avatar Aug 01 '22 06:08 bartekpacia

Interesting! This would be a cool feature. We don't have something like this yet, but I could look into it.

cabljac avatar Aug 01 '22 07:08 cabljac

Thanks @cabljac! Would be great to have this in the future :)

bartekpacia avatar Aug 01 '22 07:08 bartekpacia

If possible, please keep us updated if there's some work going on :)

bartekpacia avatar Aug 21 '22 20:08 bartekpacia

Hey! Apologies, this won't be a priority for a bit, as I have lots of other things to work on - I've thought about it a little, and i think it would take some careful planning to make sure components function correctly.

If you're looking to use a custom domain, we do provide that feature?

cabljac avatar Aug 22 '22 08:08 cabljac

Hey! Apologies, this won't be a priority for a bit, as I have lots of other things to work on - I've thought about it a little, and i think it would take some careful planning to make sure components function correctly.

Sure, no problem. Thanks for a fast update.

If you're looking to use a custom domain, we do provide that feature?

Yes, you do, but that requires the repository to be public. At my company we have a currently private repo but we'd like to already host docs for it, but it's not possible with docs.page.

bartekpacia avatar Aug 22 '22 15:08 bartekpacia

It would definitely be nice to be able to manage deployment via a Github action manually.

ciriousjoker avatar Feb 07 '23 13:02 ciriousjoker

Instead of building locally, maybe it should remain the same concept as we have right now, but locked to a repository.

Example, all concept stays the same, you deploy the app as separate on your server, the server automatically read your private or public repository.

The current ethos of docs.page:

  • Instant Open Source docs with zero configuration.

So basically anyone can deploy their own instance, and this instance is locked on particular repository

eznix86 avatar Aug 16 '23 08:08 eznix86