Main Page: Difference between revisions

 
Line 38: Line 38:
'''3. Guest: Login'''[[File:2025-05-07 01-25.png|thumb|center]]
'''3. Guest: Login'''[[File:2025-05-07 01-25.png|thumb|center]]


== GIT Overleaf SSH Keys ==
== GIT Overleaf ==


=== Download your GIT Overleaf SSH Keys ===
since 26.03.2026
You have an overleaf account with us and you want to backup your data via git? Then you need your ssh git keys:


[https://sso.fb1.uni-bremen.de/keys Download your ssh keys]
https://docs.overleaf.com/integrations-and-add-ons/git-integration-and-github-synchronization/git-integration
 
To use those keys to access git, you need to add them to your ssh-agent:
 
* '''Linux''':
** Store the private key for example in <code>~/.ssh/overleaf.fb1.uni-bremen.de.priv</code>
** Add the key using <code>ssh-add ~/.ssh/overleaf.fb1.uni-bremen.de.priv</code>
* '''Windows'''
** Store the private key for example in <code>c:/Users/USERNAME/.ssh/overleaf.fb1.uni-bremen.de.priv</code>
** Add the key using <code>ssh-add c:/Users/USERNAME/.ssh/overleaf.fb1.uni-bremen.de.priv</code>
* '''MAC'''
** Store the private key for example in <code>~/.ssh/overleaf.fb1.uni-bremen.de.priv</code>
** Add the key using <code>ssh-add --apple-use-keychain ~/.ssh/overleaf.fb1.uni-bremen.de.priv</code>
 
More information on how to add keys to git can be found online, for example, [https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent on Github.com].
 
=== overleaf.fb1.uni-bremen.de ===
 
Your username is the full name including the domain, e.g., ''name@uni-bremen.de''
 
==== Get the project list for a user ====
git clone ssh://[USERNAME]@overleaf.fb1.uni-bremen.de/projects.git
 
e.g.
 
git clone <nowiki>ssh://davrot@uni-bremen.de@overleaf.fb1.uni-bremen.de/projects.git</nowiki>
 
==== Get a project ====
git clone ssh://[USERNAME]@overleaf.fb1.uni-bremen.de/[PROJECT_ID].git
 
e.g.
 
git clone <nowiki>ssh://davrot@uni-bremen.de@overleaf.fb1.uni-bremen.de.de/6759fdf66ca7b8bc5b81b184.git</nowiki>
 
=== overleaf.pip.uni-bremen.de ===
 
==== Get the project list for a user ====
git clone ssh://[USERNAME]@overleaf.pip.uni-bremen.de/projects.git
 
e.g.
 
git clone <nowiki>ssh://davrot@uni-bremen.de@overleaf.pip.uni-bremen.de/projects.git</nowiki>
 
==== Get a project ====
git clone ssh://[USERNAME]@overleaf.pip.uni-bremen.de/[PROJECT_ID].git
 
e.g.
 
git clone <nowiki>ssh://davrot@uni-bremen.de@overleaf.pip.uni-bremen.de.de/6759fdf66ca7b8bc5b81b184.git</nowiki>


== Updates ==
== Updates ==

Latest revision as of 00:11, 26 March 2026

Welcome!

This is the FB1 SSO server for

FB1 git/forgejo server
FB1 overleaf server
PIP overleaf Server

Mattermost channel: Overleaf Forgejo

User accounts

@uni-bremen.de account

I have a @uni-bremen.de account: You don't need to do anything here. You can use the University SSO option directly.

@XXX.uni-bremen.de , @marum.de, @awi.de eMail account

1. Create your account

Go HERE

2. Set your password by clicking "Forgot Password"

3. Login

External guest account

1. Create the guest account

You need to have an account on this server to create an external guest account.

Go HERE

You will need to login and then...

2. Guest: Set your password by clicking "Forgot Password"

3. Guest: Login

GIT Overleaf

since 26.03.2026

https://docs.overleaf.com/integrations-and-add-ons/git-integration-and-github-synchronization/git-integration

Updates

https://sso.fb1.uni-bremen.de/index.php/Updates

Git and Jupyter-Lab

https://sso.fb1.uni-bremen.de/index.php/Git_jupyterlab