Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add documentation how to get it running locally (without opening NC to the public) #878

Closed
szaimen opened this issue Jul 1, 2022 · 1 comment · Fixed by #949
Closed
Labels
2. developing Work in progress documentation Improvements or additions to documentation
Milestone

Comments

@szaimen
Copy link
Collaborator

szaimen commented Jul 1, 2022

two options:

  1. run aio behind a reverse proxy only open port 80, the domain that you want to use needs to point to your public ip-address, do not open port 443, set up a dns-server like pi-hole and use it as dns-server in your network, set a custom dns record for this domain and point it to the internal ip-address of your reverse proxy, (set the dns-server in docker-config.json to the internal ip of the dns server - not neccessarily needed) -> now everything should work.
  2. use dns-challenge with e.g. caddy as revers proxy, set up a local ip-address as a-record for your domain, disable dns-rebind-protection for this domain in your router settings -> should work as well.
  3. use cloudflare? (but basically it is open to the public then but will work in situations where you are not in control over the network)
@szaimen szaimen added 1. to develop Accepted and waiting to be taken care of documentation Improvements or additions to documentation labels Jul 1, 2022
@szaimen szaimen changed the title add documentation how to get it running locally (without opening ports to the public) add documentation how to get it running locally (without opening NC to the public) Jul 1, 2022
@szaimen szaimen modified the milestones: next, v1.5.0 Jul 4, 2022
@szaimen szaimen modified the milestones: v1.6.0, next Jul 17, 2022
@szaimen szaimen added 2. developing Work in progress and removed 1. to develop Accepted and waiting to be taken care of labels Jul 17, 2022
@szaimen
Copy link
Collaborator Author

szaimen commented Jul 17, 2022

I've added some documentation on this here https://github.com/nextcloud/all-in-one/blob/enh/878/run-locally/local-instance.md. Testing and feedback is welcome!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2. developing Work in progress documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant