-
Notifications
You must be signed in to change notification settings - Fork 127
FAQ
Simply create a .password
inside the folder you want to protect
.password could be changed inside
gIndex.config.ts
under apiConfig > specialFile & hiddenFiles
You can create a txt file, and remove the name + change the extension to .password Then type your password inside that file
loremipsum
Technically you can, but it's better to set privateIndex to true instead of putting .password on your rootFolder
Simply create a .readme.md
inside the folder
.readme.md could be changed inside
gIndex.config.ts
under apiConfig > specialFile & hiddenFiles
By default you can share download link with temporary download token to allow other person to download it, but if you want to disable the protection you can set allowDownloadProtectedFile
inside apiConfig to true
This config will removing temporary download token and make the file available to download by anyone whenever they want, as long as the file isn't deleted.
Yes you can change the defaultAccentColor under siteConfig to any other color.
It should have a list of tailwindcss color that you can choose.