Skip to content

Install Manually #564

Closed Answered by hargata
gt2416 asked this question in Q&A
Discussion options

You must be logged in to vote

@gt2416 no, simply downloading and pointing at the wwwroot won't work because the app is more than a static site and has an actual backend. The docker image in both GHCR and DockerHub is up to date at v1.3.5 unless you're referring to an image compiled by a third party?

Anyways, if you mean that the provided Docker image isn't compatible with the architecture of your system(armv7/x86/etc), the app is written in dotnet 8 which is cross-platform compatible so it should technically run on everything dotnet supports, but you will need to build it yourself.

Your options are as following:

  • Clone the repository and build your own Docker image by modifying Dockerfile
  • Clone the repository and buil…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gt2416
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants