unsearchapp / unsearch

Unsearch is an open-source, cross-browser manager for browsing activity.
https://unsearch.app
GNU Affero General Public License v3.0
144 stars 6 forks source link

Simpler Self Host #3

Open zhdenny opened 4 days ago

zhdenny commented 4 days ago

Just some ideas to make self hosting this easier and similar to most other self host apps out there:

  1. Developer-managed docker image available through dockerhub or similar docker image repo. Most mainstream self host apps do not require users to got clone their repo and build the docker image themselves.
  2. Instead of having users build their own extensions, it would be so much easier if the official extension had a setting to declare the URL and any necessary access credentials to the self host instance.

Again, just some ideas to make this whole thing a bit more friendly to the casual self hoster.

dr-alberto commented 4 days ago

Thanks for letting me know.

zhdenny commented 4 days ago

This is great! I had no idea you have frontend and backend images published. I guess I didn't see how to use these in your installation instructions. The install instructions seemed more geared towards building your own docker image from the github repo.

Look forward to seeing these improvements. I've been using an ancient browser sync extension for years and am in need of a replacement.

dr-alberto commented 1 day ago

Yeah, I will review the documentation to see how to improve it as well.