Compare commits
3 Commits
08aad55d0f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b7afd746c | |||
| 216484da83 | |||
| c602f72565 |
@@ -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
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user