You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'd like to give it a try to git2go storing users' repositories through https but keeping them in a database (either redis/mysql) - i.e, not in the local filesystem. It appears to me that using libgit2/libgit2-backends with git2go would be the best approach. If so, are there any examples out there on how to do this (or something like this)?
In general, if i do not wan't to rely on something like NFS and would like to achieve high availability, how could i do that? What are people doing?
Thx!
The text was updated successfully, but these errors were encountered:
Hey,
i'd like to give it a try to git2go storing users' repositories through https but keeping them in a database (either redis/mysql) - i.e, not in the local filesystem. It appears to me that using libgit2/libgit2-backends with git2go would be the best approach. If so, are there any examples out there on how to do this (or something like this)?
In general, if i do not wan't to rely on something like NFS and would like to achieve high availability, how could i do that? What are people doing?
Thx!
The text was updated successfully, but these errors were encountered: