bboerni2
|
c63a3feff5
|
Remove unused plugins and tidy up requirements-plugins.txt
|
2025-09-29 07:55:59 +02:00 |
|
bboerni2
|
8da31a38fa
|
Fix formatting in requirements-plugins.txt by adding newlines for better readability
|
2025-09-29 07:37:40 +02:00 |
|
bboerni2
|
856ea70db7
|
sdsd
|
2025-09-29 07:35:45 +02:00 |
|
bboerni2
|
0f261ec49f
|
Remove proxbox API dependency from requirements-plugins.txt
|
2025-09-29 07:30:00 +02:00 |
|
bboerni2
|
53abe4872e
|
Remove netbox_proxbox configuration and tidy up requirements-plugins.txt
|
2025-09-26 12:04:20 +02:00 |
|
bboerni2
|
333924e970
|
Add proxbox API service and update plugin requirements; configure environment variables
|
2025-09-26 11:53:16 +02:00 |
|
bboerni2
|
b45e8f4b55
|
Update netbox-floorplan-plugin version to 0.8.0 in requirements-plugins.txt
|
2025-09-26 11:08:00 +02:00 |
|
bboerni2
|
09cdff4c9a
|
Add netbox_floorplan plugin and update related requirements; introduce custom fields and tags CSV files
|
2025-09-26 11:02:18 +02:00 |
|
bboerni2
|
4140ed47d6
|
Reintroduce Dockerfile-withplugins for plugin dependencies installation
|
2025-09-26 10:42:04 +02:00 |
|
bboerni2
|
c01891efa4
|
Update Dockerfile references and image names in docker-compose.override.yml; modify requirements in README-INSTALL.md
|
2025-09-26 10:33:01 +02:00 |
|
bboerni2
|
017cfec1d3
|
Add environment variables for netbox-housekeeping service in docker-compose.override.yml
|
2025-09-26 10:29:37 +02:00 |
|
bboerni2
|
156f813872
|
Re-add DB_WAIT_DEBUG variable to netbox.env for debugging purposes
|
2025-09-26 10:23:38 +02:00 |
|
bboerni2
|
7cb8953113
|
Add netbox-worker and netbox-housekeeping service configurations to docker-compose.override.yml
|
2025-09-26 09:57:56 +02:00 |
|
bboerni2
|
84d4afc095
|
Add healthcheck and environment variables for netbox service in docker-compose.override.yml
|
2025-09-26 09:34:43 +02:00 |
|
bboerni2
|
b760309fd5
|
Update Dockerfile-plugins to use the latest NetBox image; remove DB_WAIT_DEBUG from netbox.env
|
2025-09-26 09:06:55 +02:00 |
|
bboerni2
|
85e76a5111
|
Update netbox-plugin-prometheus-sd version to 1.2.0 in requirements-plugins.txt
|
2025-09-26 08:15:05 +02:00 |
|
bboerni2
|
9e7ac3610e
|
Refactor plugins.py to remove commented-out code and simplify PLUGINS_CONFIG; update netbox.env to ensure DB_WAIT_DEBUG is set
|
2025-09-26 08:10:37 +02:00 |
|
bboerni2
|
0bef7cfdca
|
Refactor Dockerfile-plugins to remove comments and streamline plugin installation; update requirements-plugins.txt for clarity
|
2025-09-26 07:55:04 +02:00 |
|
bboerni2
|
eb8c90c9bb
|
Refactor netbox service in docker-compose.override.yml to simplify comments and remove unused environment variables
|
2025-09-26 07:49:47 +02:00 |
|
bboerni2
|
8c03918b2b
|
Refactor Dockerfile-plugins to use the official base image and streamline plugin installation process
|
2025-09-26 07:48:57 +02:00 |
|
bboerni2
|
0efd015fa2
|
ssss
|
2025-09-26 07:44:36 +02:00 |
|
bboerni2
|
ea660cc67e
|
Remove unused netbox image alias from docker-compose.override.yml
|
2025-09-26 07:43:29 +02:00 |
|
bboerni2
|
c066f58965
|
Refactor netbox service in docker-compose.override.yml to remove build args and update image specification for clarity
|
2025-09-26 07:39:24 +02:00 |
|
bboerni2
|
11c9b771be
|
Refactor Dockerfile-plugins and docker-compose.override.yml to update image source, streamline build arguments, and enhance logging configurations for services.
|
2025-09-25 07:52:39 +02:00 |
|
bboerni2
|
ca50f1bbcd
|
Remove netbox-housekeeping service from docker-compose.override.yml
|
2025-09-24 13:08:57 +02:00 |
|
bboerni2
|
5ed31c37ff
|
Refactor Dockerfile-plugins and docker-compose.override.yml to remove unnecessary image specifications and streamline build context
|
2025-09-24 13:06:36 +02:00 |
|
bboerni2
|
ab4d420bae
|
Update FROM_TAG to v4.4-3.4.0 in Dockerfile-plugins and docker-compose.override.yml for consistency
|
2025-09-24 08:10:32 +02:00 |
|
bboerni2
|
61b453d4ee
|
Refactor Dockerfile-plugins to install python3-pip and update docker-compose.override.yml to streamline service definitions and remove unnecessary logging configurations
|
2025-09-24 08:00:58 +02:00 |
|
bboerni2
|
76282d222f
|
Refactor Dockerfile-plugins and docker-compose.override.yml to improve pip installation process and streamline image specification
|
2025-09-23 17:02:44 +02:00 |
|
bboerni2
|
c11718fce1
|
Refactor netbox service in docker-compose.override.yml to include build context and Dockerfile, and remove unnecessary logging configuration
|
2025-09-23 16:59:45 +02:00 |
|
bboerni2
|
4ae3ab6350
|
Remove image specification from netbox service in docker-compose.override.yml
|
2025-09-23 16:56:40 +02:00 |
|
bboerni2
|
f978c13b3a
|
Fix command in netbox service to use python -m pip for installing requirements
|
2025-09-23 16:55:55 +02:00 |
|
bboerni2
|
2c1e4c7983
|
Update installation instructions and add volume mapping for requirements-plugins in docker-compose.override.yml
|
2025-09-23 16:51:42 +02:00 |
|
bboerni2
|
47350e2729
|
Clean up extra.py by removing commented-out configuration options and organizing plugin initialization
|
2025-09-23 16:41:35 +02:00 |
|
bboerni2
|
cbf5e38b35
|
Add additional status fields for IP addresses and update plugin configurations in extra.py
Remove volume mapping for extra_local.py in docker-compose.override.yml
|
2025-09-23 16:34:37 +02:00 |
|
bboerni2
|
981de305ae
|
Add volume mapping for extra_local.py in docker-compose.override.yml
|
2025-09-23 16:26:40 +02:00 |
|
bboerni2
|
9bb22a9500
|
Remove housekeeping service from docker-compose.override.yml
|
2025-09-23 16:18:07 +02:00 |
|
bboerni2
|
52d35eeef3
|
housekeeping services
|
2025-09-23 16:15:22 +02:00 |
|
bboerni2
|
9d0be5096e
|
Add docker-compose.override.yml for service configuration
|
2025-09-23 14:11:36 +02:00 |
|
bboerni2
|
9a8eb683f3
|
Fix missing newline at end of file in README-INSTALL.md
|
2025-09-23 14:09:35 +02:00 |
|
bboerni2
|
027be884e4
|
Update README-INSTALL with detailed instructions for Portainer setup and NetBox plugins
|
2025-09-23 13:45:38 +02:00 |
|
bboerni2
|
2f9575f293
|
Update installation instructions in README and add requirements-plugins file
|
2025-09-23 13:34:26 +02:00 |
|
bboerni2
|
30312e3760
|
Add import for extra_local configuration in extra.py
|
2025-09-23 13:00:55 +02:00 |
|
bboerni2
|
97ddc0cce8
|
s
|
2025-09-23 11:54:43 +02:00 |
|
bboerni
|
b499ca83b6
|
Add installation instructions for NetBox-Docker on Portainer
|
2025-09-23 11:40:14 +02:00 |
|
Tobias Genannt
|
b1394ff9cb
|
Merge pull request #1508 from netbox-community/develop
Version 3.4.0
|
2025-09-04 09:59:09 +02:00 |
|
Tobias Genannt
|
e9a8e14aa8
|
Disable zizmor for now
push / Checks syntax of our code (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
|
2025-09-03 08:10:15 +02:00 |
|
Tobias Genannt
|
1b0da4048b
|
Disable Trivy for now
|
2025-09-03 07:59:56 +02:00 |
|
Tobias Genannt
|
e61aba8388
|
Preparation for 3.4.0
|
2025-09-03 07:50:41 +02:00 |
|
Tobias Genannt
|
c4f90b7b34
|
Merge pull request #1507 from netbox-community/renovate/sentry-sdk-2.x
push / Checks syntax of our code (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
Update dependency sentry-sdk to v2.35.2
|
2025-09-02 07:07:46 +02:00 |
|