39 Commits

Author SHA1 Message Date
invario
1d361e3f8b update ping privileged/unprivileged logic (#1586)
* update ping privileged/unprivileged logic, add entrypoint

Signed-off-by: invario <67800603+invario@users.noreply.github.com>

* Removed entrypoint script, code in GO instead to raise NET_RAW cap

Signed-off-by: invario <67800603+invario@users.noreply.github.com>

* Rewritten to only split pingdevice func into separate GO files

Signed-off-by: invario <67800603+invario@users.noreply.github.com>

* remove runtime check

* readme: cap_net_raw=+p

* clear up

* readme: clearify linux only

* set `privileged = false` on darwin

---------

Signed-off-by: invario <67800603+invario@users.noreply.github.com>
Co-authored-by: Maxi Quoß <maxi@quoss.org>
2026-03-19 11:20:46 +01:00
Maxi Quoß
7277f39f12 fix: listen on 0.0.0.0 by default, close #1570 2026-01-08 00:42:17 +01:00
Maxi Quoß
61da5f5bf6 feat: UPSNAP_HTTP_LISTEN: check for custom addr in go 2026-01-07 15:30:03 +01:00
xiagw
c75679f238 fix: update HTTP_LISTEN configuration in Dockerfile and docker-compose.yml (#1563)
* fix: update HTTP_LISTEN configuration in Dockerfile and docker-compose.yml

* cleanup HTTP_LISTEN

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
2026-01-07 15:08:16 +01:00
Maxi Quoß
885b69ff03 fix: upper case 2024-12-28 12:44:44 +01:00
seriousm4x
b67933a651 feat: re-add non-root docker user #207 2023-09-19 01:25:40 +02:00
Maxi Quoß
327b47c2a1 apk add samba (not installed by samba-common-tools anymore), close #61 2023-03-07 20:33:20 +01:00
Maxi Quoß
3b9decd572 add container_name, fix health whitespace 2023-02-11 22:54:19 +01:00
Maxi Quoß
b88f567d9f move healthcheck to dockerfile 2023-02-11 22:24:50 +01:00
Maxi Quoß
ed285f502e fix openssh not working, close #37 2023-02-01 17:06:59 +01:00
Maxi Quoß
e515ee2fae better cron cmd info 2023-01-30 01:21:03 +01:00
Maxi Quoß
f477088404 Squashed commit of the following:
commit a506e6fee1c90d2262f25eb680686adbfb3b2be0
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 17:08:40 2023 +0100

    update docker

commit 445b735b11
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 16:31:46 2023 +0100

    dont use v

commit fb30405396
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 16:30:51 2023 +0100

    dont use v

commit 49cf2b2607
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 16:23:31 2023 +0100

    try tag

commit 57bef8bb7e
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 16:10:28 2023 +0100

    rawversion

commit 51e071bf22
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:58:48 2023 +0100

    try again with v

commit 4ce90f1f5f
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:54:10 2023 +0100

    try again with v

commit 6fd289e1a7
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:47:56 2023 +0100

    workflow: tags

commit 8e7d4e814f
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:37:54 2023 +0100

    workflow: env is broken

commit eb311bf289
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:30:44 2023 +0100

    workflow: env

commit fea958c4fc
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:26:54 2023 +0100

    workflow: env

commit 8f59fb448f
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:22:46 2023 +0100

    workflow: env

commit e303e7af64
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:20:43 2023 +0100

    workflow: docker meta image name

commit d47c21c3db
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:15:03 2023 +0100

    docker: fix unzip

commit 4eb1c98729
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 15:05:48 2023 +0100

    docker: unzip -q

commit fe042e0003
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 14:58:12 2023 +0100

    workflow: remove v from version

commit dd4bc6c1e7
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 14:54:19 2023 +0100

    workflow: fix url

commit 5ee9b43aff
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 14:49:08 2023 +0100

    workflow: remove v

commit 9d598b4c09
Author: Maxi Quoß <maxi@quoss.org>
Date:   Sun Jan 29 14:46:01 2023 +0100

    event tag
2023-01-29 17:11:36 +01:00
Maxi Quoß
7e7caf3643 easier docker build 2023-01-29 14:11:52 +01:00
Maxi Quoß
b1d4257013 add docker build 2023-01-28 23:10:31 +01:00
Maxi Quoß
49f3ff78b2 sveltekit and go fiber+gorm 2022-12-19 15:19:09 +01:00
Maxi Quoß
ddbe52918c add curl to docker image, close #24 2022-08-23 20:41:01 +02:00
Maxi Quoß
97d213d926 fix cross platform build 2022-03-12 13:24:04 +01:00
Maxi Quoß
e42fcb1ee9 fix table color, missing packages and exception 2022-03-11 02:23:01 +01:00
Maxi Quoß
396df428c2 add shutdown via sshpass or net rpc, also improve wake and other things 2022-03-11 01:27:47 +01:00
Maxi Quoß
bc6539e9e7 remove wait-for-it, fix python venv 2022-02-26 14:30:06 +01:00
Maxi Quoß
d492103709 support postgres, mysql docker 2022-02-26 13:17:24 +01:00
Maxi Quoß
2b6b804282 docker env vars, remove notifications from backend 2022-02-26 03:10:12 +01:00
Maxi Quoß
b9342e8d0e use debian container, shrink size by half 2022-02-24 00:48:05 +01:00
Maxi Quoß
00b458dc95 fix docker image 2022-02-23 21:53:02 +01:00
Maxi Quoß
052161ac80 move projects and change dockerfile 2022-02-21 21:42:58 +01:00
Maxi Quoß
60704ae333 support postgres, mysql and sqlite #7 2022-01-16 17:46:22 +01:00
Maxi Quoß
d965d17d54 use alpine image to fix #3 2022-01-15 15:29:30 +01:00
Maxi Quoß
776c8aae43 added wait-for-it and bump dependencies 2022-01-12 19:45:20 +01:00
Maxi Quoß
088eee39e1 set healthcheck in dockerfile 2021-10-15 02:25:33 +02:00
Maxi Quoß
dd2be0946c add docker health status, keep python3.9: deps not updated for 3.10 yet 2021-10-15 00:52:25 +02:00
Maxi Quoß
5edf630926 better device scan. less dependencies. ip regex 2021-09-30 00:15:41 +02:00
Max Quoß
1de2c0f56f apt update 2021-09-20 02:34:24 +02:00
Max Quoß
3f6dc3dd4f install ping 2021-09-20 02:31:41 +02:00
Maxi Quoß
7e6699b911 use slim-bullseye 2021-09-20 00:59:16 +02:00
Max Quoß
9711522f07 change alpine cdn 2021-09-19 18:29:18 +02:00
Maxi Quoß
7f71760264 optimize dockerfile 2021-09-19 11:32:04 +02:00
Maxi Quoß
de6809b883 move run.sh 2021-09-19 01:57:59 +02:00
Maxi Quoß
52d006c75b added django channels, celery, redis, postgres, gunicorn and whitenoise 2021-09-19 01:55:14 +02:00
mq
de0c68cbd4 Initial commit 2021-01-29 15:33:44 +01:00