Giter Site home page Giter Site logo

api-scripts's People

Contributors

chris-devel0per avatar icewreck avatar jaypyles avatar my-random-thoughts avatar ssddanbrown avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

api-scripts's Issues

Big Images at convert

In a conversion from word with cuted images, the images are converted in original size, and not in docx size.
I Attached a demo

Ejemplo_node_docx_to_html

powershell-files-to-pages on localhost

Hello,

I am trying bookstack on localhost in order to try if I can use this wonderful tool with our existing documentation.

In the files-to-pages.ps1 I have:

$baseUrl = "http://localhost:6875" # $env:BS_URL

$tokenId = "my_token_ID" #$env:BS_TOKEN_ID

$tokenSecret = "My_token_secret_ID" #$env:BS_TOKEN_SECRET

And in the docker-compose I have:

---
version: "2"
services:
  bookstack:
    image: lscr.io/linuxserver/bookstack
    container_name: bookstack
    environment:
      - PUID=1000
      - PGID=1000
      - APP_URL=http://localhost:6875
      - DB_HOST=bookstack_db
      - DB_PORT=3306
      - DB_USER=bookstack
      - DB_PASS=password
      - DB_DATABASE=bookstackapp
    volumes:
      - ./bookstack_app_data:/config
    ports:
      - 6875:80
    restart: unless-stopped
    depends_on:
      - bookstack_db
  bookstack_db:
    image: lscr.io/linuxserver/mariadb
    container_name: bookstack_db
    environment:
      - PUID=1000
      - PGID=1000
      - MYSQL_ROOT_PASSWORD=password
      - TZ=Europe/Madrid
      - MYSQL_DATABASE=bookstackapp
      - MYSQL_USER=bookstack
      - MYSQL_PASSWORD=password
    volumes:
      - ./bookstack_db_data:/config
    restart: unless-stopped
  powershell:
    image: mcr.microsoft.com/powershell:latest
    volumes:
        - .:/app
    working_dir: /app
    command: "pwsh ./files-to-pages.ps1 1" # ["pwsh"]

I have the bookstack working but when I execute docker-compose up powershell Im getting this error

Attaching to bookstack_powershell_1
powershell_1    | Invoke-RestMethod: /app/files-to-pages.ps1:43
powershell_1    | Line |
powershell_1    |   43 |      Invoke-RestMethod -Uri $url -Method Post -Headers $headers -Body  …
powershell_1    |      |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
powershell_1    |      | Cannot assign requested address
powershell_1    | Invoke-RestMethod: /app/files-to-pages.ps1:43
powershell_1    | Line |
powershell_1    |   43 |      Invoke-RestMethod -Uri $url -Method Post -Headers $headers -Body  …
powershell_1    |      |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
powershell_1    |      | Cannot assign requested address
bookstack_powershell_1 exited with code 0```

I think powershell cannot communicate with locahost

Sorry for my bad English

Book ID?

I'm trying to run the Powershell Import HTML-script but I don't have a number that is a book ID.
I cannot seem to find where the ID is present in the GUI of the application. I tried the name of the book as it's written in the URL but that didn't work.

Integration in company erp

Our company has installed Bookstack in its server.
Now we are trying to integrate this in one of our erp just like Appsmith.
But when we tried to embed the book stack url on erp it is not opening and showing following error Refused to frame 'https://xxxxxxxx.yyy/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".
We found out that this particular domain is not allowing access through erp system, while it is working fine for other cases (Appsmith). We even checked the CSP setting, so that the book stack site can be plugged inside erp. But there are no issues there as well.

We also need to understand the login authentication in Bookstack from the erp screen.
As the employees have already logged in once in the erp system so we do not want to ask them to login again to Bookstack.

Integration in company erp

We have successfully implemented the login with Google option. However, we are currently facing a challenge in enabling login for our organization's employees. We need assistance in finding a solution that allows users with the same domain name, such as "[email protected]," to log in. Can you please help us with this?
Currently i am able to login with google with my own id only

Login through company ID for Google Login in Bookstack

Thank you for integrating this into our screen. We have successfully implemented the login with Google option. However, we are currently facing a challenge in enabling login for our organization's employees. We need assistance in finding a solution that allows users with the same domain name, such as "[email protected]," to log in. Can you please help us with this?
Currently i am able to login with google with my own id only

Export to DOCX

Hi, just stumbled upon these scripts. Not using Bookstack yet as I am evaluating various options at the moment but I was wondering whether it would be possible to include export into DOCX as well? I noticed couple of days ago you added import from DOCX, could we have export too? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.