Compare commits

..

3 Commits

Author SHA1 Message Date
4b7afd746c Merge branch 'main' of https://git.send.nrw/sendnrw/virtual-appstore
All checks were successful
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
release-tag / release-image (push) Successful in 1m36s
2025-10-21 07:17:44 +02:00
216484da83 Update to Go-1.25.3 2025-10-21 07:17:42 +02:00
c602f72565 apps.json aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m40s
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
2025-09-10 07:17:12 +00:00
3 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS build
FROM golang:1.25-alpine AS build
WORKDIR /src
COPY go.* ./
RUN go mod download

View File

@@ -2,7 +2,6 @@
{ "title": "Clipboard", "url": "http://10.50.0.20:8089", "icon": "📌", "category": "Produktivität", "color": "#111827" },
{ "title": "Passwort-Generator", "url": "http://10.50.0.20:8088", "icon": "🔑", "category": "Produktivität", "color": "#0ea5e9" },
{ "title": "IT-Tools", "url": "http://10.50.0.20:8087", "icon": "💡", "category": "Produktivität" },
{ "title": "LinkDing", "url": "http://10.50.0.20:9090", "icon": "🔗", "category": "Produktivität" },
{ "title": "WebDesktop", "url": "https://10.50.0.20:3001", "icon": "🌐", "category": "Design", "color": "#22c55e" },
{ "title": "ProjectSend", "url": "http://10.50.0.20:8080", "icon": "📁", "category": "Produktivität" }
]

2
go.mod
View File

@@ -1,3 +1,3 @@
module git.send.nrw/sendnrw/virtual-appstore
go 1.24.4
go 1.25.3