Main Page: Difference between revisions
→overleaf.fb1.uni-bremen.de: hint: username incl Mailaddress |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 58: | Line 58: | ||
=== overleaf.fb1.uni-bremen.de === | === 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 ==== | ==== Get the project list for a user ==== | ||
Line 91: | Line 93: | ||
== Updates == | == Updates == | ||
[[Updates|https://sso.fb1.uni-bremen.de/index.php/Updates]] | [[Updates|https://sso.fb1.uni-bremen.de/index.php/Updates]] | ||
== Git and Jupyter-Lab == | |||
[[Git jupyterlab|https://sso.fb1.uni-bremen.de/index.php/Git_jupyterlab]] |
Latest revision as of 15:56, 24 June 2025
Welcome!
This is the FB1 SSO server for
FB1 git/forgejo server |
FB1 overleaf server |
PIP overleaf Server |
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 SSH Keys
Download your GIT Overleaf SSH Keys
You have an overleaf account with us and you want to backup your data via git? Then you need your ssh git keys:
To use those keys to access git, you need to add them to your ssh-agent:
- Linux:
- Store the private key for example in
~/.ssh/overleaf.fb1.uni-bremen.de.priv
- Add the key using
ssh-add ~/.ssh/overleaf.fb1.uni-bremen.de.priv
- Store the private key for example in
- Windows
- Store the private key for example in
c:/Users/USERNAME/.ssh/overleaf.fb1.uni-bremen.de.priv
- Add the key using
ssh-add c:/Users/USERNAME/.ssh/overleaf.fb1.uni-bremen.de.priv
- Store the private key for example in
- MAC
- Store the private key for example in
~/.ssh/overleaf.fb1.uni-bremen.de.priv
- Add the key using
ssh-add --apple-use-keychain ~/.ssh/overleaf.fb1.uni-bremen.de.priv
- Store the private key for example in
More information on how to add keys to git can be found online, for example, 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 ssh://davrot@uni-bremen.de@overleaf.fb1.uni-bremen.de/projects.git
Get a project
git clone ssh://[USERNAME]@overleaf.fb1.uni-bremen.de/[PROJECT_ID].git
e.g.
git clone ssh://davrot@uni-bremen.de@overleaf.fb1.uni-bremen.de.de/6759fdf66ca7b8bc5b81b184.git
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 ssh://davrot@uni-bremen.de@overleaf.pip.uni-bremen.de/projects.git
Get a project
git clone ssh://[USERNAME]@overleaf.pip.uni-bremen.de/[PROJECT_ID].git
e.g.
git clone ssh://davrot@uni-bremen.de@overleaf.pip.uni-bremen.de.de/6759fdf66ca7b8bc5b81b184.git
Updates
https://sso.fb1.uni-bremen.de/index.php/Updates