- Mitglied seit
- 06. Jul 2015
- Beiträge
- 7
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo,
ich habe eine Synology DS 415+ mit DSM 5.2-5592.
Ich habe über das Peket Zentrum "Docker" und "GitLab" installiert, das läuft soweit auch.
Aber ich möchte bei gitlab auf die "repositories" von Bitbucket.com zugreifen können, das funtioniert nur leider nicht wenn ich das nach folgender Anleitung mache:
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/integration/bitbucket.md
bis Hier hin ist alles gut. Ich mache also weiter:
da dies ein Docker container über synology ist oder warum auch immer, finde ich die gitlab.yml nicht in diesem ordner, also suchen wir diese Datei mit:
find / -name gitlab.yml
und werde fündig unter..:
/volume1/@docker/aufs/diff/7f953422c6530169c7706bba6607b04ec28eda2a4fcabcfe245b4b303780d0f5/home/git/gitlab/config/gitlab.yml
und mache dort weiter:
Wenn ich dies alles getan habe, und die Container neu starte, ist bei Gitlab ein grünes Licht bei "oauth".
Dennoch nimmt er die repo nicht an..
Hat jemand eine Idee?
vg
ich habe eine Synology DS 415+ mit DSM 5.2-5592.
Ich habe über das Peket Zentrum "Docker" und "GitLab" installiert, das läuft soweit auch.
Aber ich möchte bei gitlab auf die "repositories" von Bitbucket.com zugreifen können, das funtioniert nur leider nicht wenn ich das nach folgender Anleitung mache:
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/integration/bitbucket.md
Sign in to Bitbucket.
Navigate to your individual user settings or a team's settings, depending on how you want the application registered. It does not matter if the application is registered as an individual or a team - that is entirely up to you.
Select "OAuth" in the left menu.
Select "Add consumer".
Provide the required details.
Name: This can be anything. Consider something like "<Organization>'s GitLab" or "<Your Name>'s GitLab" or something else descriptive.
Application description: Fill this in if you wish.
URL: The URL to your GitLab installation. 'https://gitlab.company.com'
Select "Save".
You should now see a Key and Secret in the list of OAuth customers. Keep this page open as you continue configuration.
On your GitLab server, open the configuration file.
bis Hier hin ist alles gut. Ich mache also weiter:
For instalations from source:
cd /home/git/gitlab
sudo -u git -H editor config/gitlab.yml
da dies ein Docker container über synology ist oder warum auch immer, finde ich die gitlab.yml nicht in diesem ordner, also suchen wir diese Datei mit:
find / -name gitlab.yml
und werde fündig unter..:
/volume1/@docker/aufs/diff/7f953422c6530169c7706bba6607b04ec28eda2a4fcabcfe245b4b303780d0f5/home/git/gitlab/config/gitlab.yml
und mache dort weiter:
For installation from source:
- { name: 'bitbucket', app_id: 'YOUR_KEY',
app_secret: 'YOUR_APP_SECRET' }
Change 'YOUR_APP_ID' to the key from the Bitbucket application page from step 7.
Change 'YOUR_APP_SECRET' to the secret from the Bitbucket application page from step 7.
Save the configuration file.
If you're using the omnibus package, reconfigure GitLab (gitlab-ctl reconfigure).
Restart GitLab for the changes to take effect.
On the sign in page there should now be a Bitbucket icon below the regular sign in form. Click the icon to begin the authentication process. Bitbucket will ask the user to sign in and authorize the GitLab application. If everything goes well the user will be returned to GitLab and will be signed in
Wenn ich dies alles getan habe, und die Container neu starte, ist bei Gitlab ein grünes Licht bei "oauth".
Dennoch nimmt er die repo nicht an..
Hat jemand eine Idee?
vg
Zuletzt bearbeitet: