Lenticular Cloud/Git: Difference between revisions

From Milliways
No edit summary
Zer0 (talk | contribs)
No edit summary
Line 1: Line 1:
= Description =
= Description =


gitea instance
Forgejo instance  


Features:
= Access =


* https/ssh
Go to https://authentik.milliways.info and select the app Forgejo
* ssh key
* two factor


The instance itself is hosted at https://git.milliways.info


= Activation =


Got to https://account.milliways.info to activate the git_gogs service.
= Usage =


You can use your main password or multiple token like passwords for different devices.
If you are unfamiliar with code maintenance software https://forgejo.org/docs/latest/user is a good place to get started.
Don't hesitate to request support in Matrix if necessary.


= Clients =


== web ==
== ssh ==


https://git.milliways.info
``.ssh/config``


== ssh ==
```
Host git.milliways.info
  User git
  Port 22
```


  Host git.milliways.info
NOTE: This section is not necessary as Forgejo provides the entire path for eg. cloning a repository
    User git
    Port 22

Revision as of 21:38, 28 October 2025

Description

Forgejo instance

Access

Go to https://authentik.milliways.info and select the app Forgejo

The instance itself is hosted at https://git.milliways.info


Usage

If you are unfamiliar with code maintenance software https://forgejo.org/docs/latest/user is a good place to get started. Don't hesitate to request support in Matrix if necessary.


ssh

``.ssh/config``

``` Host git.milliways.info

 User git
 Port 22

```

NOTE: This section is not necessary as Forgejo provides the entire path for eg. cloning a repository