Compare commits
2 commits
bca5b04470
...
a4a4e91cd2
| Author | SHA1 | Date | |
|---|---|---|---|
| a4a4e91cd2 | |||
| c8edde4d11 |
4 changed files with 20 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
||||||
netbox__version: "v4.5.0"
|
netbox__version: "v4.5.1"
|
||||||
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
||||||
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,21 @@
|
||||||
<style>
|
<style>
|
||||||
table, tr, th, td {
|
table, tr, th, td {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 1px solid black;
|
}
|
||||||
|
caption {
|
||||||
|
caption-side: bottom;
|
||||||
|
padding: 2px 4px;
|
||||||
}
|
}
|
||||||
th, td {
|
th, td {
|
||||||
|
border: 1px solid black;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
td {
|
||||||
|
font-family: "Courier", monospace;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -24,19 +31,23 @@ th {
|
||||||
|
|
||||||
<table id="results" style="display: none">
|
<table id="results" style="display: none">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Full Domain</th><td id="fulldomain">foo</td>
|
<th>Full Domain</th><td id="fulldomain">undefined</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Sub Domain</th><td id="subdomain">foo</td>
|
<th>Subdomain</th><td id="subdomain">undefined</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Username</th><td id="username">foo</td>
|
<th>X-Api-User</th><td id="username">undefined</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Password</th><td id="password">foo</td>
|
<th>X-Api-Key</th><td id="password">undefined</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<caption><b>Important!</b> This information will only be shown once. Please
|
||||||
|
copy or otherwise save it immediately.</caption>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<p><b>Note: there is no way to delete registrations.</b> Each registration is small, so it's not an immediate problem, but please do not click register unless you are planning to really create a new entry.</p>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("register").addEventListener("click", (event) => {
|
document.getElementById("register").addEventListener("click", (event) => {
|
||||||
const register = async () => {
|
const register = async () => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
image: docker.io/binwiederhier/ntfy:v2.15.0
|
image: docker.io/binwiederhier/ntfy:v2.16.0
|
||||||
container_name: ntfy
|
container_name: ntfy
|
||||||
command:
|
command:
|
||||||
- serve
|
- serve
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
pretalx:
|
pretalx:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2025.2.2
|
||||||
entrypoint: gunicorn
|
entrypoint: gunicorn
|
||||||
command:
|
command:
|
||||||
- "pretalx.wsgi"
|
- "pretalx.wsgi"
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2025.2.2
|
||||||
command:
|
command:
|
||||||
- taskworker
|
- taskworker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue