You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,6 @@ Synchronizes your data collection with GitHub and GitLab.
20
20
- the data xar containing the target collection must be installed prior to using Tuttle
21
21
- Authtoken for git repository to use
22
22
23
-
## Current restrictions
24
-
25
-
In version 1.1.1 not implemented:
26
-
- webhooks are not fully implemented.
27
-
28
23
## Building and Installation
29
24
30
25
Tuttle uses Gulp as its build tool which itself builds on NPM.
@@ -94,8 +89,21 @@ Gitserver type: 'github' or 'gitlab'
94
89
#### ref
95
90
Define the working branch of the git repository
96
91
97
-
#### hookuser & hookpasswd (future use not implemented yet)
98
-
tba
92
+
#### hookuser & hookpasswd
93
+
94
+
##### Create API-Keys for Github / Gitlab
95
+
96
+
At this stage of development, the API keys must be generated via the API endpoint '/git/apikey' or for a specific collection '/git/{collection}/apikey'.
97
+
98
+
In the configuration "tuttle.xml" the "hookuser" is used to define the dbuser which executes the update.
0 commit comments