Skip to content

Gui#4

Merged
Alienor134 merged 27 commits intoDreamRepo:mainfrom
Alienor134:main
Jan 28, 2026
Merged

Gui#4
Alienor134 merged 27 commits intoDreamRepo:mainfrom
Alienor134:main

Conversation

@Alienor134
Copy link
Collaborator

  • improved security
  • detect Docker running
  • various auth methods with memory

- Document how to pull the Docker image from Docker Hub:
  docker pull alienor134/altarviewer:v1.0.1

- Document how to run the container with docker.sock mounted and Mongo URL:
  docker run -d \
    -p 8060:8060 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -e MONGO_DEFAULT_URL="mongodb://<mongo-host>:27017/" \
    --name altarviewer \
    alienor134/altarviewer:v1.0.1
Temporary fix for Altar github pages documentation which includes the submodule readme files
@Alienor134 Alienor134 merged commit bf84177 into DreamRepo:main Jan 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant