mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-24 02:01:03 -04:00
056270d60c
The gitea repo had stale copies of both files. The old entrypoint.sh called __initialize_default_templates, __initialize_config_dir, and __initialize_data_dir which don't exist in the old functions library, causing container startup failures. Replace both with the current template versions (202606041210-git). The new entrypoint.sh no longer calls those missing functions. Set CONTAINER_NAME=gitea and description to match the service. - rootfs/usr/local/bin/entrypoint.sh: update to 202606041210-git template - rootfs/usr/local/etc/docker/functions/entrypoint.sh: update to current template .claude/settings.local.json rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/functions/entrypoint.sh
11 lines
459 B
JSON
11 lines
459 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(script-lint *)",
|
|
"WebFetch(domain:docs.gitea.com)",
|
|
"Bash(cp /tmp/templates/gitea/rootfs/usr/local/bin/entrypoint.sh /root/Projects/github/casjaysdevdocker/gitea/rootfs/usr/local/bin/entrypoint.sh)",
|
|
"Bash(cp /tmp/templates/gitea/rootfs/usr/local/etc/docker/functions/entrypoint.sh /root/Projects/github/casjaysdevdocker/gitea/rootfs/usr/local/etc/docker/functions/entrypoint.sh)"
|
|
]
|
|
}
|
|
}
|