diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index dc23d1d..5ddd055 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,2 +1,3 @@
github: TobiMessi
+patreon: TobiMessi
buy_me_a_coffee: TobiK0
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
new file mode 100644
index 0000000..190111b
--- /dev/null
+++ b/.github/workflows/docker-publish.yml
@@ -0,0 +1,25 @@
+name: Docker Build and Push
+
+on:
+ push:
+ branches: [ "main", "add-screenshots" ] # Reaguje na Twoje obecne branche
+
+jobs:
+ build:
+ runs-on: [self-hosted, hp-build]
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v3
+
+ - name: Login to Docker Hub
+ uses: docker/login-action@v2
+ with:
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
+
+ - name: Build and push
+ uses: docker/build-push-action@v4
+ with:
+ context: .
+ push: true
+ tags: tobimessi2010/orbit-control:latest
diff --git a/.gitignore b/.gitignore
index 4ecfda6..7dab018 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,10 @@
*.env
secrets.txt
config.local
+orbit.db
+# DB/artefakty runtime
+orbit.db
+*.db
+*.sqlite
+__pycache__/
+*.pyc
diff --git a/README.md b/README.md
index 58528cd..af3417d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@


-
+
**Monitor and manage your Docker containers, images, volumes, and networks from a beautiful web interface.**
@@ -17,25 +17,26 @@
+
---
-## ✨ Features
+## Features
| Feature | Status |
|---------|--------|
-| 🐳 **Container Management** | ✅ Start, Stop, Restart, Remove |
-| 📦 **Image Management** | ✅ Pull, Remove |
-| 💾 **Volume Management** | ✅ Create, Remove |
-| 🌐 **Network Management** | ✅ Create, Remove |
-| 🔐 **User Authentication** | ✅ Login, Register |
-| 📊 **Real-time Stats** | ✅ Auto-refresh every 5s |
-| 🔔 **Update Notifications** | ✅ GitHub release checker |
-| 📚 **Stack Management** | 🔜 Coming Soon |
-| 🖥️ **Multi-host Support** | 🔜 Coming Soon |
+| **Container Management** | Start, Stop, Restart, Remove |
+| **Image Management** | Pull, Remove |
+| **Volume Management** | Create, Remove |
+| **Network Management** | Create, Remove |
+| **User Authentication** | Login, Register |
+| **Real-time Stats** | Auto-refresh every 5s |
+| **Update Notifications** | GitHub release checker |
+| **Stack Management** | Coming Soon |
+| **Multi-host Support** | Coming Soon |
---
-## 🚀 Installation
+## Installation
### Docker (Recommended)
@@ -74,7 +75,7 @@ docker-compose up -d
---
-## 📖 Usage
+## Usage
1. Open **http://localhost:5001** in your browser
2. **Register** a new account
@@ -84,25 +85,30 @@ docker-compose up -d
---
-## 📸 Screenshots
+## Screenshots
+
+
+
+
+
-### Container Management
-
+