mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-27 14:25:02 +02:00
Updated Concepts (markdown)
parent
6b9ef431ee
commit
9da58fa631
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ An attachment has an attachment type (see below), which groups the attachments l
|
|||
By default all uploaded files, are accessible for everyone (even non logged in users), if the link is known. If your Part-DB instance is publicly available and you want to store private/sensitve files on it, you should mark the attachment as "Private attachment". Private attachments are only accessible to users, which has the permission to access private attachments.
|
||||
Please not, that no thumbnails are generated for private attachments, which can have an performance impact.
|
||||
|
||||
Part-DB ships some preview images for various common footprints like DIP-8 and others, as internal ressources. These can be accessed/searched by typing the keyword in the URL field of a part and choosing one of the choices from the dropdown.
|
||||
|
||||
## User System
|
||||
### User
|
||||
Each person which should be able to use Part-DB (by logging in) is represented by an user entity, which defines things like access rights, the password, and other things. For security reasons, every person which will use Part-DB should use its own personal account with an secret password. This allows to track activity of the users via the log.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue