DietPi icon indicating copy to clipboard operation
DietPi copied to clipboard

Add Forgejo to dietpi-software

Open jcnils opened this issue 1 year ago • 1 comments

It works similar to Gitea. The docs can be reused. https://github.com/MichaIng/DietPi/discussions/6133

1 - I need to confirm if jq comes with dietpi. It was on mine, but my installation is ancient, and I do not remember.

I used to help get the release url from the codeberg repo, as the returning json is different from github used by gitea. Line [10662]

2 - I wonder if there are any tags for ssh server dependencies like 'browser' show in https://github.com/MichaIng/DietPi/wiki/How-to-add-a-new-software-title#asoftware_depssoftware_id

I noticed that there is also Dropbear besides OpenSSH.

jcnils avatar May 14 '24 10:05 jcnils

Many thanks. Linking the request discussion: #6133

I need to confirm if jq comes with dietpi

It does not.

2 - I wonder if there are any tags for ssh server dependencies like 'browser'

Nope, but I think it is not required. While common it is (should be) optional, an SSH server is pre-installed on DietPi, and in the dietpi-software, you have a prominent menu entry for it.

MichaIng avatar May 14 '24 14:05 MichaIng

Some automated installation tests: https://github.com/MichaIng/DietPi/actions/runs/9353124318

MichaIng avatar Jun 03 '24 15:06 MichaIng

Looks and works all fine. Let's merge this for the beta.

Btw @jcnils do you find time to add a documentation entry? Most can be copied from Gitea, I guess, but just to assure the input fields needed for first access setup are correct: https://github.com/MichaIng/DietPi-Docs/blob/master/docs/software/cloud.md#gitea

MichaIng avatar Jun 03 '24 17:06 MichaIng