Go to file
2025-12-09 17:57:34 +02:00
frigate updated frigate, mosquitto and traefik 2025-12-09 17:57:34 +02:00
home-assistant updated frigate, home-assistant and traefik 2025-12-08 22:17:22 +02:00
mosquitto updated frigate, mosquitto and traefik 2025-12-09 17:57:34 +02:00
networks added traefik, mosquitto and home-assitant stacks 2025-12-08 12:32:28 +02:00
syncthing Added frigate and syncthing from portainer 2025-12-02 12:17:17 +02:00
traefik updated frigate, mosquitto and traefik 2025-12-09 17:57:34 +02:00
README.md Added frigate and syncthing from portainer 2025-12-02 12:17:17 +02:00

Stacks folder on Proxmox docker

Create local Git Repository

git init

Create a README file (And put an initial comment inside this file)

nano README.md

ls -la

Get Local Git Repository status

git status

Add all files to Local Git Repository

git add .

Do Initial Git commit

git commit -m "first commit"

Add Github Repository origin (xxxxxxx and yyyyyyy will be provided by Github)

git remote add origin https://github.com/xxxxxxx/yyyyyyyyy.git

Add Github user email address

git config --global user.email "xyxyxyxyxyx@gmail.com"

Add Github user name

git config --global user.name "xxxxxxxx"

Set upstream origin and push to Github

git push --set-upstream origin master