mirror of
https://github.com/natankeddem/bale.git
synced 2026-05-03 06:02:54 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce898250dd | |||
| 5cba893282 |
@@ -1,7 +1,23 @@
|
||||
# bale: ZFS Snapshot Browser Based GUI
|
||||
|
||||
## Demo
|
||||
https://github.com/natankeddem/bale/assets/44515217/53c2dc10-afbf-44a2-9546-545b06e7c565
|
||||
## Host Creation
|
||||
[bale_host_creation.webm](https://github.com/natankeddem/bale/assets/44515217/450afac1-ffa6-4f6f-80b4-1aeafce6a6d7)
|
||||
|
||||
## Manual Management Task Handling
|
||||
[bale_manual_task.webm](https://github.com/natankeddem/bale/assets/44515217/d9728db9-6efa-45ed-8d07-2d925a9249b9)
|
||||
|
||||
## Automatic Management Task Handling
|
||||
[bale_auto_task.webm](https://github.com/natankeddem/bale/assets/44515217/ab648c45-e567-4557-88f9-c11b2b412cef)
|
||||
|
||||
## Downloading Files From Snapshots
|
||||
[bale_file_download.webm](https://github.com/natankeddem/bale/assets/44515217/7db08302-8a8b-47d4-879c-ba310f8628e4)
|
||||
|
||||
## Simple Automations
|
||||
[bale_simple_automation.webm](https://github.com/natankeddem/bale/assets/44515217/0cd6a7da-ff11-4786-88ef-6a644ed431ff)
|
||||
|
||||
## ZFS-Autobackup Automations
|
||||
[bale_zab_automation.webm](https://github.com/natankeddem/bale/assets/44515217/7816ae9c-695c-47f1-9d68-f0075bb8e567)
|
||||
|
||||
|
||||
## ⚠️ **_WARNING_**
|
||||
|
||||
|
||||
+57
-5
@@ -1,8 +1,60 @@
|
||||
aiofiles==23.2.1
|
||||
aiohttp==3.9.3
|
||||
aiosignal==1.3.1
|
||||
annotated-types==0.6.0
|
||||
anyio==4.3.0
|
||||
APScheduler==3.10.4
|
||||
SQLAlchemy==2.0.22
|
||||
asyncssh==2.14.0
|
||||
attrs==23.2.0
|
||||
bidict==0.23.1
|
||||
certifi==2024.2.2
|
||||
cffi==1.16.0
|
||||
click==8.1.7
|
||||
colorama==0.4.6
|
||||
cron-descriptor==1.4.0
|
||||
cron-validator==1.0.8
|
||||
nicegui==1.4.3
|
||||
zfs-autobackup==3.2
|
||||
netifaces==0.11.0
|
||||
asyncssh==2.14.0
|
||||
cryptography==42.0.5
|
||||
docutils==0.19
|
||||
fastapi==0.109.2
|
||||
frozenlist==1.4.1
|
||||
greenlet==3.0.3
|
||||
h11==0.14.0
|
||||
httpcore==1.0.4
|
||||
httptools==0.6.1
|
||||
httpx==0.27.0
|
||||
idna==3.6
|
||||
ifaddr==0.2.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.3
|
||||
markdown2==2.4.13
|
||||
MarkupSafe==2.1.5
|
||||
multidict==6.0.5
|
||||
nicegui==1.4.17
|
||||
orjson==3.9.15
|
||||
pscript==0.7.7
|
||||
pycparser==2.21
|
||||
pydantic==2.6.3
|
||||
pydantic_core==2.16.3
|
||||
Pygments==2.17.2
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.0.1
|
||||
python-engineio==4.9.0
|
||||
python-multipart==0.0.9
|
||||
python-socketio==5.11.1
|
||||
pytz==2024.1
|
||||
PyYAML==6.0.1
|
||||
simple-websocket==1.0.0
|
||||
six==1.16.0
|
||||
sniffio==1.3.1
|
||||
SQLAlchemy==2.0.22
|
||||
starlette==0.36.3
|
||||
typing_extensions==4.10.0
|
||||
tzlocal==5.2
|
||||
uvicorn==0.27.1
|
||||
uvloop==0.19.0
|
||||
vbuild==0.8.2
|
||||
watchfiles==0.21.0
|
||||
websockets==12.0
|
||||
wsproto==1.2.0
|
||||
yarl==1.9.4
|
||||
zfs-autobackup==3.2
|
||||
Reference in New Issue
Block a user