https://github.com/anduin2017/anduinos-home
Source code of the homepage of AnduinOS.
https://github.com/anduin2017/anduinos-home
Last synced: about 1 year ago
JSON representation
Source code of the homepage of AnduinOS.
- Host: GitHub
- URL: https://github.com/anduin2017/anduinos-home
- Owner: Anduin2017
- License: gpl-3.0
- Created: 2024-08-05T15:36:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T16:11:21.000Z (about 1 year ago)
- Last Synced: 2025-04-01T23:35:52.579Z (about 1 year ago)
- Language: HTML
- Homepage: https://www.anduinos.com
- Size: 20.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnduinOS Homepage

Source code of the [homepage of AnduinOS](https://anduinos.com)
## Run in Docker
First, install Docker [here](https://docs.docker.com/get-docker/).
Then run the following commands in a Linux shell:
```bash
image=hub.aiursoft.cn/anduin/anduinos-home
appName=anduin-home
sudo docker pull $image
sudo docker run -d --name $appName --restart unless-stopped -p 5000:5000 $image
```
That will start a web server at `http://localhost:5000` and you can test the app.
The docker image has the following context:
| Properties | Value |
|-------------|----------------------------------|
| Image | hub.aiursoft.cn/aiursoft/manhours|
| Ports | 5000 |
| Binary path | /app |