Now that you have (and are using) fossil, what else can you do? Have it host its own repositories, of course! But why?
fossil can clone over http/https, so this is one way to make your repository available to other machines you may use. Of course, you could allow others to access your repository this way as well. http/https is generally easier for hosting purposes than other methods, such as leveraging ssh.
Continue reading