Merge branch 'next' into feat/open-version-new-tab
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# ignore: true
|
||||||
# documentation: https://forgejo.org/docs
|
# documentation: https://forgejo.org/docs
|
||||||
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
||||||
# tags: version control, collaboration, code, hosting, lightweight, mariadb
|
# tags: version control, collaboration, code, hosting, lightweight, mariadb
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# ignore: true
|
||||||
# documentation: https://forgejo.org/docs
|
# documentation: https://forgejo.org/docs
|
||||||
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
||||||
# tags: version control, collaboration, code, hosting, lightweight, mysql
|
# tags: version control, collaboration, code, hosting, lightweight, mysql
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# ignore: true
|
||||||
# documentation: https://forgejo.org/docs
|
# documentation: https://forgejo.org/docs
|
||||||
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
||||||
# tags: version control, collaboration, code, hosting, lightweight, postgresql
|
# tags: version control, collaboration, code, hosting, lightweight, postgresql
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# ignore: true
|
||||||
# documentation: https://forgejo.org/docs
|
# documentation: https://forgejo.org/docs
|
||||||
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
||||||
# tags: version control, collaboration, code, hosting, lightweight, runner, mariadb, actions, cicd, ci
|
# tags: version control, collaboration, code, hosting, lightweight, runner, mariadb, actions, cicd, ci
|
||||||
@@ -43,8 +44,8 @@ services:
|
|||||||
sleep 10 ;
|
sleep 10 ;
|
||||||
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
|
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
|
||||||
sleep infinity
|
sleep infinity
|
||||||
'
|
'
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:11
|
image: mariadb:11
|
||||||
volumes:
|
volumes:
|
||||||
@@ -59,7 +60,7 @@ services:
|
|||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
docker-in-docker:
|
docker-in-docker:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
hostname: docker
|
hostname: docker
|
||||||
@@ -106,7 +107,7 @@ services:
|
|||||||
chown -R 1000:1000 /data ;
|
chown -R 1000:1000 /data ;
|
||||||
exit 0
|
exit 0
|
||||||
'
|
'
|
||||||
|
|
||||||
runner:
|
runner:
|
||||||
image: code.forgejo.org/forgejo/runner:3.5.0
|
image: code.forgejo.org/forgejo/runner:3.5.0
|
||||||
links:
|
links:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# ignore: true
|
||||||
# documentation: https://forgejo.org/docs
|
# documentation: https://forgejo.org/docs
|
||||||
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
||||||
# tags: version control, collaboration, code, hosting, lightweight, runner, mysql, actions, cicd, ci
|
# tags: version control, collaboration, code, hosting, lightweight, runner, mysql, actions, cicd, ci
|
||||||
@@ -43,8 +44,8 @@ services:
|
|||||||
sleep 10 ;
|
sleep 10 ;
|
||||||
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
|
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
|
||||||
sleep infinity
|
sleep infinity
|
||||||
'
|
'
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
volumes:
|
volumes:
|
||||||
@@ -59,7 +60,7 @@ services:
|
|||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
docker-in-docker:
|
docker-in-docker:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
hostname: docker
|
hostname: docker
|
||||||
@@ -106,7 +107,7 @@ services:
|
|||||||
chown -R 1000:1000 /data ;
|
chown -R 1000:1000 /data ;
|
||||||
exit 0
|
exit 0
|
||||||
'
|
'
|
||||||
|
|
||||||
runner:
|
runner:
|
||||||
image: code.forgejo.org/forgejo/runner:3.5.0
|
image: code.forgejo.org/forgejo/runner:3.5.0
|
||||||
links:
|
links:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# ignore: true
|
||||||
# documentation: https://forgejo.org/docs
|
# documentation: https://forgejo.org/docs
|
||||||
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
||||||
# tags: version control, collaboration, code, hosting, lightweight, runner, postresql, actions, cicd, ci
|
# tags: version control, collaboration, code, hosting, lightweight, runner, postresql, actions, cicd, ci
|
||||||
@@ -43,8 +44,8 @@ services:
|
|||||||
sleep 10 ;
|
sleep 10 ;
|
||||||
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
|
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
|
||||||
sleep infinity
|
sleep infinity
|
||||||
'
|
'
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
@@ -58,7 +59,7 @@ services:
|
|||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
docker-in-docker:
|
docker-in-docker:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
hostname: docker
|
hostname: docker
|
||||||
@@ -105,7 +106,7 @@ services:
|
|||||||
chown -R 1000:1000 /data ;
|
chown -R 1000:1000 /data ;
|
||||||
exit 0
|
exit 0
|
||||||
'
|
'
|
||||||
|
|
||||||
runner:
|
runner:
|
||||||
image: code.forgejo.org/forgejo/runner:3.5.0
|
image: code.forgejo.org/forgejo/runner:3.5.0
|
||||||
links:
|
links:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# ignore: true
|
||||||
# documentation: https://forgejo.org/docs
|
# documentation: https://forgejo.org/docs
|
||||||
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
||||||
# tags: version control, collaboration, code, hosting, lightweight, runner, actions, cicd, ci
|
# tags: version control, collaboration, code, hosting, lightweight, runner, actions, cicd, ci
|
||||||
@@ -35,7 +36,7 @@ services:
|
|||||||
sleep 10 ;
|
sleep 10 ;
|
||||||
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
|
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
|
||||||
sleep infinity
|
sleep infinity
|
||||||
'
|
'
|
||||||
|
|
||||||
docker-in-docker:
|
docker-in-docker:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
@@ -83,7 +84,7 @@ services:
|
|||||||
chown -R 1000:1000 /data ;
|
chown -R 1000:1000 /data ;
|
||||||
exit 0
|
exit 0
|
||||||
'
|
'
|
||||||
|
|
||||||
runner:
|
runner:
|
||||||
image: code.forgejo.org/forgejo/runner:3.5.0
|
image: code.forgejo.org/forgejo/runner:3.5.0
|
||||||
links:
|
links:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# ignore: true
|
||||||
# documentation: https://forgejo.org/docs
|
# documentation: https://forgejo.org/docs
|
||||||
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
|
||||||
# tags: version control, collaboration, code, hosting, lightweight
|
# tags: version control, collaboration, code, hosting, lightweight
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user