-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
53 lines (40 loc) · 1.81 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
################################################################
# Stud2NC - Configuration File #
################################################################
################################
# REQUIRED SETTINGS #
################################
# Stud.IP credentials
studip_url: "https://studip.uni-giessen.de/"
studip_user: "USER"
studip_password: "PASSWORD"
# Can be either 'nextcloud' or 'filesystem'
target: "nextcloud"
################################
# FILESYSTEM SETTINGS #
################################
# Directory to store the folders to
output: "./out"
################################
# NEXTCLOUD SETTINGS #
################################
# Nextcloud credentials
nextcloud_url: "https://nextcloud.com/remote.php/dav/files/${USER}/"
nextcloud_user: "USER"
nextcloud_password: "PASSWORD"
################################
# SYNC SETTINGS #
################################
# Specify all modules to sync
# module_link corresponds to the "Overview"-page of a specific module
# Destination is the name of the destination folder
# This setting will be ignored, if -s (--single_file) is specified
modules:
- module_link: "https://studip.uni-giessen.de/dispatch.php/course/overview?cid=a5c7cecf4dd797d3e5d5bc46b002bf79"
destination: "Höhere Hadronenphysik"
- module_link: "https://studip.uni-giessen.de/dispatch.php/course/overview?cid=1b0697ce49b72a70d7b21a3ffb3d0f20"
destination: "Höhere Hadronenphysik/Übung"
- module_link: "https://studip.uni-giessen.de/dispatch.php/course/overview?cid=f5598b97cc292fe16d123429f3e960c8"
destination: "Höhere Quantenmechanik"
- module_link: "https://studip.uni-giessen.de/dispatch.php/course/overview?cid=fdf05602ab73810254b053851f6dfe01"
destination: "Höhere Quantenmechanik/Übung"