Main Page: Difference between revisions
Line 42: | Line 42: | ||
[https://sso.fb1.uni-bremen.de/keys Download your ssh keys] | [https://sso.fb1.uni-bremen.de/keys Download your ssh keys] | ||
=== overleaf.fb1.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> |
Revision as of 00:10, 7 May 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:
overleaf.fb1.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