May 14, 2020
1:22 a.m.
On Wed, May 13, 2020 at 11:07:00AM -0500, Offray Vladimir Luna Cárdenas wrote:
This is perfect timing, as I have started to slowly migrate my own repos from SmalltalkHub to a simple, self hosted and self contained Gitea[1]
Hi Offray, I run Gitea on a Raspberry Pi at home. I have a couple of scripts that back up the Gitea data, encrypt the backup with GPG, then uploads somewhere. Happy to share if you want them. On the topic, Iceberg works fine with Gitea. My SOP as follows: - create repo using Gitea web interface - using command line, clone locally via ssh - using command line, 'git remote add ...' Then in Iceberg use the local clone. Pierce