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

[Bug]: Self Hosted Docker Documentation Issue #1371

Open
3 tasks done
PereProteus opened this issue Oct 22, 2024 · 2 comments
Open
3 tasks done

[Bug]: Self Hosted Docker Documentation Issue #1371

PereProteus opened this issue Oct 22, 2024 · 2 comments
Assignees
Labels
bug Something isn't working up-for-grabs

Comments

@PereProteus
Copy link

Issue Description

The documentation outlines the SERVER_URL here: https://docs.opensignlabs.com/docs/self-host/docker/run-locally/#information-about-env-variables-which-are-used-to-setup-opensign-with-docker-on-localhost

It is currently listed as:
image

When you edit the recommended environment file from here:
https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/.env.local_dev

You get the following:
image

Additionally there is a SERVER_URL in the docker-compose file:
image

Which SERVER_URL endpoint is correct for which file? specifically which port and endpoint? at the moment both the 'server' and 'client' URLs are mixed and matched between documentation.

Expected Behavior

Expect to have uniform documentation.

Current Behavior

Not uniform or clear documentation

Steps to reproduce

Review the above URLs

Screenshots of the issue(optional)

As above.

Operating System [e.g. MacOS Sonoma 14.1, Windows 11]

Docker

What browsers are you seeing the problem on?

No response

What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]

=2.5.0

What environment are you seeing the problem on?

Hosted (app.yourdomain.com)

Please check the boxes that apply to this issue report.

  • I have searched the existing issues & discussions to make sure that this is not a duplicate.

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched the existing issues & discussions to make sure that this is not a duplicate.
@PereProteus
Copy link
Author

Note: I appreciate port 3001 is based on caddy, but it doesnt make it clear if 8080 or 3000 is the core SERVER_URL

@andrew-opensignlabs
Copy link
Collaborator

@PereProteus The application should be strictly accessed from port number 3001 when you are accessing it from localhost. The serverurl from env variables is for internal use by the application. If you are configuring OpenSign for use on a subdomain it should automatically configure the ssl certificate & be available on port 443.

Please create a PR with your documentation change suggestions on the feat-docs branch. We’ll be happy to review the submission and integrate the changes if we find them valuable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working up-for-grabs
Projects
None yet
Development

No branches or pull requests

2 participants