]> git.giorgioravera.it Git - network-manager.git/log
network-manager.git
4 days agoRenamed db/config.py module to db/settings.py
Giorgio Ravera [Sun, 31 May 2026 12:27:14 +0000 (14:27 +0200)]
Renamed db/config.py module to db/settings.py

4 days agoimproved diagnostic for getting backup list
Giorgio Ravera [Sun, 31 May 2026 12:03:56 +0000 (14:03 +0200)]
improved diagnostic for getting backup list

4 days agoUpdated ToDo List
Giorgio Ravera [Sat, 30 May 2026 22:17:08 +0000 (00:17 +0200)]
Updated ToDo List

4 days agoAdded possitiblity to upload backups
Giorgio Ravera [Sat, 30 May 2026 22:16:14 +0000 (00:16 +0200)]
Added possitiblity to upload backups

4 days agofixed space
Giorgio Ravera [Sat, 30 May 2026 17:43:47 +0000 (19:43 +0200)]
fixed space

4 days agoAdded button to download backup
Giorgio Ravera [Sat, 30 May 2026 17:40:17 +0000 (19:40 +0200)]
Added button to download backup

5 days agoReview database
Giorgio Ravera [Fri, 29 May 2026 21:54:27 +0000 (23:54 +0200)]
Review database

5 days agominor changes to db management
Giorgio Ravera [Fri, 29 May 2026 21:17:58 +0000 (23:17 +0200)]
minor changes to db management

5 days agoAdded new configuration parameters to db
Giorgio Ravera [Fri, 29 May 2026 15:27:34 +0000 (17:27 +0200)]
Added new configuration parameters to db

5 days agoreview db initialization
Giorgio Ravera [Fri, 29 May 2026 15:21:28 +0000 (17:21 +0200)]
review db initialization

5 days agorun init_db at every system startup, skipping existing tables
Giorgio Ravera [Fri, 29 May 2026 15:19:49 +0000 (17:19 +0200)]
run init_db at every system startup, skipping existing tables

5 days agoMinor fixes about capital letters & includes
Giorgio Ravera [Fri, 29 May 2026 15:01:43 +0000 (17:01 +0200)]
Minor fixes about capital letters & includes

6 days agoFix Path in app.py
Giorgio Ravera [Fri, 29 May 2026 11:55:00 +0000 (13:55 +0200)]
Fix Path in app.py

6 days agoImprovements in setting class
Giorgio Ravera [Fri, 29 May 2026 11:06:54 +0000 (13:06 +0200)]
Improvements in setting class

6 days agoRefactored js services
Giorgio Ravera [Thu, 28 May 2026 17:02:04 +0000 (19:02 +0200)]
Refactored js services

6 days agoProgress with backup
Giorgio Ravera [Thu, 28 May 2026 14:33:50 +0000 (16:33 +0200)]
Progress with backup

7 days agoChanged icons & minor graphical review
Giorgio Ravera [Thu, 28 May 2026 08:18:47 +0000 (10:18 +0200)]
Changed icons & minor graphical review

7 days agoadded backup zip creation
Giorgio Ravera [Wed, 27 May 2026 21:44:15 +0000 (23:44 +0200)]
added backup zip creation

7 days agoimproved restore
Giorgio Ravera [Wed, 27 May 2026 14:08:52 +0000 (16:08 +0200)]
improved restore

8 days agoUpdate timestamp format
Giorgio Ravera [Wed, 27 May 2026 12:53:26 +0000 (14:53 +0200)]
Update timestamp format

8 days agorestored filter based on html field
Giorgio Ravera [Tue, 26 May 2026 21:34:33 +0000 (23:34 +0200)]
restored filter based on html field

8 days agoSplitted fetch & update functions in js
Giorgio Ravera [Tue, 26 May 2026 20:02:17 +0000 (22:02 +0200)]
Splitted fetch & update functions in js

8 days agoMoved filterData & clearSearch to common.js
Giorgio Ravera [Tue, 26 May 2026 19:33:07 +0000 (21:33 +0200)]
Moved filterData & clearSearch to common.js

8 days agoAdded api.js & improved sort without re-fetch data
Giorgio Ravera [Tue, 26 May 2026 16:55:26 +0000 (18:55 +0200)]
Added api.js & improved sort without re-fetch data

8 days agoFix to search bar
Giorgio Ravera [Tue, 26 May 2026 16:02:33 +0000 (18:02 +0200)]
Fix to search bar

8 days agoreview of DOMContentLoaded
Giorgio Ravera [Tue, 26 May 2026 15:13:03 +0000 (17:13 +0200)]
review of DOMContentLoaded

9 days agoAdded devices in the list if no mac available
Giorgio Ravera [Tue, 26 May 2026 12:42:30 +0000 (14:42 +0200)]
Added devices in the list if no mac available

9 days agoFixed loader with empty result
Giorgio Ravera [Tue, 26 May 2026 12:41:48 +0000 (14:41 +0200)]
Fixed loader with empty result

9 days agoCreated dedicate modals file
Giorgio Ravera [Tue, 26 May 2026 12:40:56 +0000 (14:40 +0200)]
Created dedicate modals file

9 days agoMinor fixes
Giorgio Ravera [Tue, 26 May 2026 11:21:24 +0000 (13:21 +0200)]
Minor fixes

11 days agoFix formatting issue in default.py
Giorgio Ravera [Sun, 24 May 2026 11:39:22 +0000 (13:39 +0200)]
Fix formatting issue in default.py

12 days agoAdded devices list
Giorgio Ravera [Fri, 22 May 2026 16:19:22 +0000 (18:19 +0200)]
Added devices list

12 days agoMinor changes
Giorgio Ravera [Fri, 22 May 2026 16:17:22 +0000 (18:17 +0200)]
Minor changes

12 days agoAdded leases page
Giorgio Ravera [Fri, 22 May 2026 15:22:35 +0000 (17:22 +0200)]
Added leases page

12 days agoMinor fixes
Giorgio Ravera [Fri, 22 May 2026 15:20:14 +0000 (17:20 +0200)]
Minor fixes

13 days agoAdd loading indicator while retrieving JSON
Giorgio Ravera [Fri, 22 May 2026 12:40:46 +0000 (14:40 +0200)]
Add loading indicator while retrieving JSON

13 days agoRefactor: rename `notes` field to `description` and remove unused `setup_logging...
Giorgio Ravera [Fri, 22 May 2026 11:55:33 +0000 (13:55 +0200)]
Refactor: rename `notes` field to `description` and remove unused `setup_logging` import

4 weeks agoUpdated json for aliases and hosts with details
Giorgio Ravera [Fri, 1 May 2026 21:26:46 +0000 (23:26 +0200)]
Updated json for aliases and hosts with details

2 months agoMinor changes to about
Giorgio Ravera [Thu, 19 Mar 2026 21:54:02 +0000 (22:54 +0100)]
Minor changes to about

2 months agoAdded index.html
Giorgio Ravera [Thu, 19 Mar 2026 21:30:15 +0000 (22:30 +0100)]
Added index.html

2 months agoFixes for the exceptions in services.
Giorgio Ravera [Thu, 19 Mar 2026 21:28:56 +0000 (22:28 +0100)]
Fixes for the exceptions in services.

2 months agoUpdated js to include home and additional improvements.
Giorgio Ravera [Wed, 18 Mar 2026 23:05:18 +0000 (00:05 +0100)]
Updated js to include home and additional improvements.

2 months agoImproved json for backup and moved to post
Giorgio Ravera [Tue, 17 Mar 2026 20:00:02 +0000 (21:00 +0100)]
Improved json for backup and moved to post

2 months agominor changes
Giorgio Ravera [Tue, 17 Mar 2026 19:38:04 +0000 (20:38 +0100)]
minor changes

2 months agoadded generation of site with ssl certificates
Giorgio Ravera [Tue, 17 Mar 2026 19:35:16 +0000 (20:35 +0100)]
added generation of site with ssl certificates

2 months agoAdded function to get domain with ssl
Giorgio Ravera [Tue, 17 Mar 2026 13:15:38 +0000 (14:15 +0100)]
Added function to get domain with ssl

2 months agoFixed other spaces
Giorgio Ravera [Tue, 17 Mar 2026 12:27:35 +0000 (13:27 +0100)]
Fixed other spaces

2 months agoFixed spaces
Giorgio Ravera [Tue, 17 Mar 2026 12:24:14 +0000 (13:24 +0100)]
Fixed spaces

2 months agoFinalyzed backup & restore (including startup)
Giorgio Ravera [Tue, 17 Mar 2026 12:15:58 +0000 (13:15 +0100)]
Finalyzed backup & restore (including startup)

2 months agominor changes to TODO
Giorgio Ravera [Mon, 16 Mar 2026 22:06:11 +0000 (23:06 +0100)]
minor changes to TODO

2 months agoAdded Backup restoration
Giorgio Ravera [Mon, 16 Mar 2026 21:54:05 +0000 (22:54 +0100)]
Added Backup restoration

2 months agoRemoved JSONResponse
Giorgio Ravera [Mon, 16 Mar 2026 20:38:37 +0000 (21:38 +0100)]
Removed JSONResponse

2 months agoFixed HTTPException
Giorgio Ravera [Mon, 16 Mar 2026 20:25:12 +0000 (21:25 +0100)]
Fixed HTTPException

2 months agoadded backup for aliases
Giorgio Ravera [Mon, 16 Mar 2026 20:01:02 +0000 (21:01 +0100)]
added backup for aliases

2 months agoFixed errors in routes
Giorgio Ravera [Mon, 16 Mar 2026 20:00:51 +0000 (21:00 +0100)]
Fixed errors in routes

2 months agoimproved formatting for the dns files
Giorgio Ravera [Mon, 16 Mar 2026 18:03:12 +0000 (19:03 +0100)]
improved formatting for the dns files

2 months agoImproved login json
Giorgio Ravera [Thu, 12 Mar 2026 18:08:47 +0000 (19:08 +0100)]
Improved login json

2 months agoUpdated config db and added cache
Giorgio Ravera [Thu, 12 Mar 2026 17:03:53 +0000 (18:03 +0100)]
Updated config db and added cache

2 months agoAdded management for external DNS temporarirly in local file
Giorgio Ravera [Thu, 12 Mar 2026 16:46:24 +0000 (17:46 +0100)]
Added management for external DNS temporarirly in local file

2 months agoUpdated log and settings module & created config table in db
Giorgio Ravera [Thu, 12 Mar 2026 16:36:00 +0000 (17:36 +0100)]
Updated log and settings module & created config table in db

2 months agoUpdated TODO
Giorgio Ravera [Wed, 11 Mar 2026 21:27:37 +0000 (22:27 +0100)]
Updated TODO

2 months agorenamed visibility and added form to manage it
Giorgio Ravera [Wed, 11 Mar 2026 21:20:40 +0000 (22:20 +0100)]
renamed visibility and added form to manage it

2 months agoMinor changes
Giorgio Ravera [Wed, 11 Mar 2026 19:45:13 +0000 (20:45 +0100)]
Minor changes

2 months agomigrated to alpine docker image
Giorgio Ravera [Wed, 11 Mar 2026 18:38:38 +0000 (19:38 +0100)]
migrated to alpine docker image

2 months agoRemoved base-img settings and added hosts
Giorgio Ravera [Wed, 11 Mar 2026 18:37:52 +0000 (19:37 +0100)]
Removed base-img settings and added hosts

2 months agobetter version of logger management
Giorgio Ravera [Wed, 11 Mar 2026 18:35:43 +0000 (19:35 +0100)]
better version of logger management

2 months agoAdded icons for options & included external types for dns
Giorgio Ravera [Tue, 10 Mar 2026 19:41:47 +0000 (20:41 +0100)]
Added icons for options & included external types for dns

2 months agoBump docker/setup-buildx-action from 3 to 4 (#11)
dependabot[bot] [Tue, 10 Mar 2026 18:15:48 +0000 (19:15 +0100)]
Bump docker/setup-buildx-action from 3 to 4 (#11)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agoBump docker/build-push-action from 6 to 7 (#10)
dependabot[bot] [Tue, 10 Mar 2026 18:15:38 +0000 (19:15 +0100)]
Bump docker/build-push-action from 6 to 7 (#10)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agoBump actions/upload-artifact from 6 to 7 (#9)
dependabot[bot] [Tue, 10 Mar 2026 18:15:26 +0000 (19:15 +0100)]
Bump actions/upload-artifact from 6 to 7 (#9)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agoBump docker/metadata-action from 5 to 6 (#12)
dependabot[bot] [Tue, 10 Mar 2026 18:15:16 +0000 (19:15 +0100)]
Bump docker/metadata-action from 5 to 6 (#12)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agoBump docker/login-action from 3 to 4 (#13)
dependabot[bot] [Tue, 10 Mar 2026 18:15:02 +0000 (19:15 +0100)]
Bump docker/login-action from 3 to 4 (#13)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agoreplaced external ip with external name
Giorgio Ravera [Tue, 10 Mar 2026 18:13:31 +0000 (19:13 +0100)]
replaced external ip with external name

2 months agoFixed buttons
Giorgio Ravera [Tue, 10 Mar 2026 18:05:05 +0000 (19:05 +0100)]
Fixed buttons

2 months agoAdded the menu in the top bar
Giorgio Ravera [Tue, 10 Mar 2026 17:24:34 +0000 (18:24 +0100)]
Added the menu in the top bar

3 months agoUpdated TODO list
Giorgio Ravera [Wed, 18 Feb 2026 23:24:48 +0000 (00:24 +0100)]
Updated TODO list

3 months agoFixed new line in js/common.js
Giorgio Ravera [Wed, 18 Feb 2026 23:20:57 +0000 (00:20 +0100)]
Fixed new line in js/common.js

3 months agoCreated js file for services and commons, added creation of aliases file for dns
Giorgio Ravera [Wed, 18 Feb 2026 23:16:37 +0000 (00:16 +0100)]
Created js file for services and commons, added creation of aliases file for dns

3 months agoremoved inline call in login
Giorgio Ravera [Wed, 18 Feb 2026 21:19:34 +0000 (22:19 +0100)]
removed inline call in login

3 months agoAdded aliases management
Giorgio Ravera [Wed, 18 Feb 2026 18:28:57 +0000 (19:28 +0100)]
Added aliases management

3 months agofixed extra-spaces
Giorgio Ravera [Fri, 6 Feb 2026 22:49:56 +0000 (23:49 +0100)]
fixed extra-spaces

3 months agoImproved the main router
Giorgio Ravera [Fri, 6 Feb 2026 22:46:19 +0000 (23:46 +0100)]
Improved the main router

3 months agoAdded error management with JSON
Giorgio Ravera [Fri, 6 Feb 2026 22:28:58 +0000 (23:28 +0100)]
Added error management with JSON

3 months agoImproved configuration and routers
Giorgio Ravera [Tue, 3 Feb 2026 22:13:42 +0000 (23:13 +0100)]
Improved configuration and routers

3 months agotest: trigger workflow
Giorgio Ravera [Tue, 3 Feb 2026 17:12:34 +0000 (18:12 +0100)]
test: trigger workflow

3 months agotest: trigger workflow
Giorgio Ravera [Tue, 3 Feb 2026 16:58:34 +0000 (17:58 +0100)]
test: trigger workflow

3 months agotest: trigger workflow
Giorgio Ravera [Tue, 3 Feb 2026 16:56:01 +0000 (17:56 +0100)]
test: trigger workflow

3 months agoUpdated TODO list
Giorgio Ravera [Tue, 3 Feb 2026 16:49:55 +0000 (17:49 +0100)]
Updated TODO list

3 months agoAdded leases file to configuration parameters
Giorgio Ravera [Tue, 3 Feb 2026 16:40:34 +0000 (17:40 +0100)]
Added leases file to configuration parameters

3 months agosecurity fixies
Giorgio Ravera [Tue, 3 Feb 2026 16:32:12 +0000 (17:32 +0100)]
security fixies

4 months agoAdded DNS reverse & DHCP Configuration & Backup
Giorgio Ravera [Mon, 2 Feb 2026 20:48:17 +0000 (21:48 +0100)]
Added DNS reverse & DHCP Configuration & Backup

4 months agoAdded host saving in BIND9 zone format and JSON output
Giorgio Ravera [Sat, 31 Jan 2026 12:05:09 +0000 (13:05 +0100)]
Added host saving in BIND9 zone format and JSON output

4 months agoBump actions/upload-artifact from 4 to 6 (#6)
dependabot[bot] [Sat, 31 Jan 2026 10:48:47 +0000 (11:48 +0100)]
Bump actions/upload-artifact from 4 to 6 (#6)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months agoBump actions/checkout from 4 to 6 (#7)
dependabot[bot] [Sat, 31 Jan 2026 10:48:29 +0000 (11:48 +0100)]
Bump actions/checkout from 4 to 6 (#7)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months agoBump actions/setup-python from 5 to 6 (#8)
dependabot[bot] [Sat, 31 Jan 2026 10:47:54 +0000 (11:47 +0100)]
Bump actions/setup-python from 5 to 6 (#8)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months agofixed spaces
Giorgio Ravera [Fri, 30 Jan 2026 20:49:56 +0000 (21:49 +0100)]
fixed spaces

4 months agoupdated loadhost with error handler and dhcp&dns reload buttons
Giorgio Ravera [Fri, 30 Jan 2026 20:47:50 +0000 (21:47 +0100)]
updated loadhost with error handler and dhcp&dns reload buttons

4 months agoput icons in the center of the column
Giorgio Ravera [Mon, 26 Jan 2026 21:53:40 +0000 (22:53 +0100)]
put icons in the center of the column

4 months agoEnhance README with updated badges and image links
Giorgio Ravera [Mon, 26 Jan 2026 21:23:48 +0000 (22:23 +0100)]
Enhance README with updated badges and image links

Updated image references and badge links in README.

4 months agoFinal fixes to docker-publish action v0.0.1
Giorgio Ravera [Mon, 26 Jan 2026 20:57:18 +0000 (21:57 +0100)]
Final fixes to docker-publish action