Main Page: Difference between revisions

 
(7 intermediate revisions by 3 users not shown)
Line 8: Line 8:
|[https://overleaf.pip.uni-bremen.de/ PIP 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 ==
== User accounts ==
Line 42: Line 44:


[https://sso.fb1.uni-bremen.de/keys Download your ssh 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:

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 ~/.ssh/overleaf.fb1.uni-bremen.de.priv
    • Add the key using ssh-add ~/.ssh/overleaf.fb1.uni-bremen.de.priv
  • 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
  • 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

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

Git and Jupyter-Lab

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