Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Revert back to 'remote' name
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Oswalt <[email protected]>
  • Loading branch information
Mierdin committed Apr 13, 2020
1 parent baab5f7 commit f3a3d8f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions images/gitea/data-init/gitea/conf/app.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ TEMP_PATH = /data/gitea/uploads

[server]
APP_DATA_PATH = /data/gitea
SSH_DOMAIN = gitea
SSH_DOMAIN = remote
HTTP_PORT = 3000
ROOT_URL = http://gitea:3000/
ROOT_URL = http://remote:3000/
DISABLE_SSH = false
SSH_PORT = 22
SSH_LISTEN_PORT = 22
LFS_START_SERVER = true
LFS_CONTENT_PATH = /data/git/lfs
DOMAIN = gitea
DOMAIN = remote
LFS_JWT_SECRET = 1LIiZ-s_SUeFDO_au1grt5lJSmKBqC6zhyGcV_hkxRY
OFFLINE_MODE = false

Expand Down
2 changes: 1 addition & 1 deletion lessons/git-version-control/lesson.meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endpoints:
- name: cli
port: 22
type: ssh
- name: gitea
- name: remote
image: gitea
configurationType: python
presentations:
Expand Down
4 changes: 2 additions & 2 deletions lessons/git-version-control/stage4/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ ssh-keygen -b 2048 -t rsa -f ~/.ssh/id_rsa -q -N ""

### Use Case 1 - Push your own repository

For our first exercise, we'll push the contents of the existing repository that we've been working with throughout this lesson to a new remote. For this, we'll use some software called "Gitea" which has a look and feel that is very similar to Github:
For our first exercise, we'll push the contents of the existing repository that we've been working with throughout this lesson to a new remote. For this, we'll use some software called "Gitea" which has a look and feel that is very similar to Github. Much of what you're about to learn can be applied almost exactly to Github. Go to the `remote` tab now:

<button type="button" class="btn btn-primary btn-sm" onclick="switchToTab('gitea')">Go to "remote"</button>
<button type="button" class="btn btn-primary btn-sm" onclick="switchToTab('remote')">Go to "remote"</button>

First, click the button in the top-right corner of this tab pane titled "Login". When prompted, enter the username `jane` and the password `Password1!`.

Expand Down

0 comments on commit f3a3d8f

Please sign in to comment.