Systems administration
Note
This section is marked as βtoupdateβ: update UnivIS, FlexNow and Typo3
Nextcloud
- Login
- Create new users
- Give access to the relevant directories (files / share)
Access to shared files:
Nextcloud directories:
This section is marked as βtoupdateβ: update UnivIS, FlexNow and Typo3
Access to shared files:
Nextcloud directories:
---
title: "Systems administration"
transition_status: "toupdate"
transition_comment: "update UnivIS, FlexNow and Typo3"
---
::: callout-note
This section is marked as "toupdate": update UnivIS, FlexNow and Typo3
:::
## Nextcloud
- [Login](https://nc-2272638881871040784.nextcloud-ionos.com){target=_blank}
- Create new users
- Give access to the relevant directories (files / share)
Access to shared files:
- [Nextcloud: shared dirs](https://nc-2272638881871040784.nextcloud-ionos.com/index.php/apps/files/sharingout){target=_blank}
- [Nextcloud: shared links](https://nc-2272638881871040784.nextcloud-ionos.com/index.php/apps/files/sharinglinks){target=_blank}
Nextcloud directories:
```{python}
#| echo: false
#| output: asis
from pathlib import Path
import yaml
cfg = yaml.safe_load(Path("../_quarto.yml").read_text(encoding="utf-8"))
nc = cfg.get("nextcloud", {})
for k in sorted(nc):
print(f"- [{k}]({nc[k]})")
```
## GitHub
- Accounts are created [here](https://github.com/join){target=_blank}
- Access can be granted per repository
- Repository overview is [here](/management/repositories.html)
<!--
## UnivIS
- Organization/members etc.
- Grant access via [Identity- und Access-Management (IAM)](https://iam.uni-bamberg.de){target=_blank} ("Sicherheitsgruppen verwalten")
## FlexNow
- Access: use the [form to request access](https://www.uni-bamberg.de/pruefungsamt/flexnow/fn2web/formulare/){target=_blank}
## Typo3
- Send an e-mail request to it-support@uni-bamberg.de
-->