-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/bug
Milestone
Description
Description
File icon is not shown for *.kts file
Gitea Version
1.25.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
No response
Operating System
Ubuntu 22.04
How are you running Gitea?
services:
gitea:
image: gitea/gitea:latest-rootless
container_name: gitea
restart: unless-stopped
depends_on:
- db
networks:
- backend
ports:
- "3000:3000"
- "2222:2222"
volumes:
- /home/ubuntu/apps/gitea/data:/var/lib/gitea
- /home/ubuntu/apps/gitea/config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
healthcheck:
test: ["CMD-SHELL", "curl -f http://127.0.0.1:3000/ || exit 1"]
interval: 1m
timeout: 10s
retries: 3
start_period: 30sDatabase
PostgreSQL
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/bug