Main Page: Difference between revisions
No edit summary |
|||
| (12 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
== Welcome! == | |||
This is the FB1 SSO server for | |||
{| class="wikitable" | |||
|[https://git.fb1.uni-bremen.de/ FB1 git/forgejo server] | |||
|- | |||
|[https://overleaf.fb1.uni-bremen.de/ FB1 overleaf server] | |||
|- | |||
|[https://overleaf.pip.uni-bremen.de/ PIP overleaf Server] | |||
|} | |||
Mattermost channel: [https://mattermost.zfn.uni-bremen.de/uni-bremen/channels/overleaf-forgejo Overleaf Forgejo] | |||
== | == User accounts == | ||
=== @uni-bremen.de account === | |||
* [https:// | '''I have a @uni-bremen.de account''': You don't need to do anything here. You can use the University SSO option directly.[[File:2025-05-07 01-18.png|thumb|center]] | ||
=== @XXX.uni-bremen.de , @marum.de, @awi.de eMail account === | |||
'''1. Create your account''' | |||
Go [https://sso.fb1.uni-bremen.de/register HERE] | |||
[[File:2025-05-07 01-31.png|thumb|center]] | |||
'''2. Set your password by clicking "Forgot Password"'''[[File:2025-05-07 01-26.png|thumb|center]] | |||
'''3. Login'''[[File:2025-05-07 01-25.png|thumb|center]] | |||
=== External guest account === | |||
'''1. Create the guest account''' | |||
You need to have an account on this server to create an external guest account. | |||
Go [https://sso.fb1.uni-bremen.de/externals HERE] | |||
You will need to login and then... | |||
[[File:2025-05-07 01-37.png|center|thumb]] | |||
'''2. Guest: Set your password by clicking "Forgot Password"'''[[File:2025-05-07 01-26.png|thumb|center]] | |||
'''3. Guest: Login'''[[File:2025-05-07 01-25.png|thumb|center]] | |||
== 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: | |||
[https://sso.fb1.uni-bremen.de/keys Download your ssh 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 <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|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 08:26, 28 October 2025
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 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