mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #159] branding, removing upload #157
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cedricwalter on GitHub (May 19, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/159
I've check the code, but it would be nice to have a config entry to remove the upload button when not deployed on intranet (as there is no login)
currently and when Ambar is deployed on Internet, anybody can start uploading pdf and do a DOS by filing up the filesystem..
Can you help?
@cedricwalter commented on GitHub (May 19, 2018):
i've found a (bit ugly) workaround i think
start container
docker-compose up -dcopy resources to a local folder
docker cp CONTAINER_ID:/usr/share/nginx/html/. /home/ambar/frontend/html/stop container and add a new volume to frontend
docker-compose stopin docker-compose.yml
restart
now i can change css and logo in
/home/ambar/frontendI would prefer to be able to use variables in docker-compose as this method has lot of drawback
@sochix commented on GitHub (May 22, 2018):
Hello @cedricwalter ,
please do not remove branding as it an only way to say "Thanks" to developers team that bring Ambar to life.
To disable file uploading you can set up "basic_auth" on nginx.
Also you can ask us to do any custom feature development