I have uploaded some files to my Gitlab repository on \"gitlab.com\" while creating wiki for my private project.
Now my questions are:
Attached files trough the wiki editor are uploaded to /uploads/
. As of GitLab version 8.9.0 you are unable to manage these files (i.e. deleting them).
If you want to manage those files yourself you can clone the wiki as repository. You can find the clone URL in Wiki -> Git Access
. It should look something like this: git@<link to gitlab>:<group/user name>/<project name>.wiki.git
. There you can put your images and link them within your wiki. The link to the image is relative to the repo root so if your image image.png
is in the root folder you can link it with markdown like this![Image title](image.png)
.
Permission wise these files will only be visible to Users which have atleast Guest access to your project, even if they have a direct link.