Skip to content

Malshare/conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Malshare Configuration

This repository is used to continuously deploy software and configure the server node(s).

Docker Setup

sudo apt update
sudo apt install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
sudo tee /etc/apt/sources.list.d/docker.sources <<EOF
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl status docker
sudo docker run hello-world

Offline Page Setup

mkdir /opt/static_html
de /opt/static_html/
wget 'https://raw.githubusercontent.com/Malshare/offline/refs/heads/main/index.html'
wget 'https://github.com/Malshare/offline/blob/main/logo_header.png?raw=true' -O logo_header.png

Startup Docker Compose

cd /root
mkdir conf-src
cd conf-src
docker compose up

About

Server Config and Deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published