Demo site url https://demo.bookstackapp.com Admin email Admin password Open demo site Screenshots Page View How core content is viewed in BookStack Page Editor The WYSIWYG interface for editing pages Image Manager How images are uploaded and managed ...
--- version: "2" services: bookstack: image: lscr.io/linuxserver/bookstack container_name: bookstack #networks: # - bookstack environment: - PUID=1000 - PGID=1000 #- APP_URL=[redacted] - APP_URL=https://wiki.samundo.com.au - DB_HOST=bookstack_db - DB_USER=bookstack - DB_PASS=[...
Fixed blocked diagrams.net loading when using a custom URL that includes a port. (#5107) Fixed OIDC incorrectly calling userinfo endpoint when valid empty groups provided. (#5101) Fixed image replacement being case-sensitive when it should not be. Thanks to @DanielGordonIT. (#5096) (#5095)...
app: build: context: . dockerfile: ./dev/docker/Dockerfile environment: APP_URL: http://localhost:${DEV_PORT:-8080} DB_CONNECTION: mysql DB_HOST: db DB_PORT: 3306 DB_DATABASE: bookstack-dev DB_USERNAME: bookstack-test DB_PASSWORD: bookstack-test TEST_DATABASE_URL: mys...
Check that you’ve set theAPP_URLoption in your.envfile so that system generated URLs cannot be manipulated. Within BookStack, go through the settings to ensure registration and public access settings are as you expect. Review the user roles in the settings area. ...
BookStack,基于 Mindoc、使用Go语言的Beego框架开发的功能类似GitBook和看云的在线文档管理系统,拥有简洁美观的页面布局,实现了文档采集、导入、电子书生成以及版本控制等强大的文档功能,并推出了配套的开源微信小程序BookChat和使用uni-app开发的开源手机APPBookChatApp。
Re-wrote URL generation system to avoid incorrect redirects occurring during certain actions such as login and list view change. (#1536,#1459) Made it possible to run phpunit via the composer-installed copy. (#1555) Moved ‘config’ directory into ‘app’ directory to avoid confusion. (#1506...
('app-name')];return$this->newMailMessage() ->subject(trans('auth.user_invite_email_subject',$appName)) ->greeting(trans('auth.user_invite_email_greeting',$appName)) ->line(trans('auth.user_invite_email_text')) ->action(trans('auth.user_invite_email_action'),url('/register/invite...
BookStackApp/BookStack app/Providers/CustomValidationServiceProvider.php Open in GitHub useBookStack\Uploads\ImageService;useIlluminate\Support\Facades\Validator;useIlluminate\Support\ServiceProvider;classCustomValidationServiceProviderextendsServiceProvider{publicfunctionboot():void{Validator::extend('image_extension'...
APP_URL= http://bookstack Author mariusdill commented Jul 12, 2023 We use the PDF export as a backup. It's very important for my department that these manuals are available when our system is down. Is there any other way to do this? The case scenario would be to use it offline fro...