This repository was archived by the owner on Aug 25, 2024. It is now read-only.
File tree 3 files changed +44
-0
lines changed
examples/tutorials/rolling_alice/federated_forge/alice_and_bob
3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,22 @@ services:
57
57
- " 3000:3000"
58
58
- " 3022:2022"
59
59
60
+ bob-forgejo-init-1 :
61
+ image : ghcr.io/pdxjohnny/healthcheck:activitypub
62
+ stdin_open : true
63
+ tty : true
64
+ environment :
65
+ FORGEJO_SERVICE_ROOT : http://bob_forgejo_server:3000
66
+ command :
67
+ - /bin/bash
68
+ - -x
69
+ - /usr/src/forgejo-init/scripts/forgejo-first-time-init.sh
70
+ networks :
71
+ - bob_forgejo_network
72
+ volumes :
73
+ - ./requests/bob:/usr/src/forgejo-init/requests:ro
74
+ - ./requests/scripts:/usr/src/forgejo-init/scripts:ro
75
+
60
76
alice_forgejo_scitt :
61
77
# image: ghcr.io/scitt-community/scitt-api-emulator:main
62
78
image : ghcr.io/pdxjohnny/scitt-api-emulator:ci_cd_container_image
Original file line number Diff line number Diff line change
1
+ app_name : ' Forgejo: Beyond coding. We forge.'
2
+ app_url : http://127.0.0.1:2000/
3
+ charset : utf8
4
+ db_host : localhost:3306
5
+ db_name : gitea
6
+ db_path : /var/lib/gitea/data/gitea.db
7
+ db_type : sqlite3
8
+ db_user : root
9
+ default_allow_create_organization : ' on'
10
+ default_enable_timetracking : ' on'
11
+ domain : 127.0.0.1
12
+ enable_federated_avatar : ' on'
13
+ enable_open_id_sign_in : ' on'
14
+ enable_open_id_sign_up : ' on'
15
+ http_port : ' 3000'
16
+ lfs_root_path : /var/lib/gitea/git/lfs
17
+ log_root_path : /var/lib/gitea/data/log
18
+ no_reply_address : noreply.localhost
19
+ password_algorithm : pbkdf2_hi
20
+ repo_root_path : /var/lib/gitea/git/repositories
21
+ run_user : git
22
+ ssh_port : ' 2022'
23
+ ssl_mode : disable
Original file line number Diff line number Diff line change
1
+ _csrf : CSRF_TOKEN
2
+ email : bob@chadig.com
3
+ password : maryisgod
4
+ retype : maryisgod
5
+ user_name : bob
You can’t perform that action at this time.
0 commit comments