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

[enhancement]: docker run without internet #533

Closed
1 task done
spencerswagger opened this issue Jun 12, 2024 · 4 comments
Closed
1 task done

[enhancement]: docker run without internet #533

spencerswagger opened this issue Jun 12, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@spencerswagger
Copy link

Which feature or improvement would you like to request?

I'd like to see this feature: Docker Image works offline

Is your feature request related to a problem?

I'm going to host a email server on the internal network.
But official docker image always download some resource when booting.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@spencerswagger spencerswagger added the enhancement New feature or request label Jun 12, 2024
@williamdes
Copy link
Contributor

I agree, this also should be reflected in the Docker image build process.
See: #85 (comment)

@mdecimus
Copy link
Member

Hi,

Thank for you for the suggestion but I'm closing it as it is out of scope. You can create your own Docker image that does not require external resources. For example, you can make Stalwart obtain the webadmin from the local file system and the same applies to the spam filter.

@williamdes
Copy link
Contributor

you can make Stalwart obtain the webadmin from the local file system and the same applies to the spam filter.

Please note "This path specifies where the webadmin bundle is downloaded from but not where it is stored, which is your blob store." from #524 (comment)

I guess I would like it to also be not fetched from internet at all.

@mdecimus
Copy link
Member

I guess I would like it to also be not fetched from internet at all.

This can be done by changing the default resource URL to a local one. It is covered in the webadmin section of the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants