Code Monkey home page Code Monkey logo

syspass-doc's People

Contributors

fbarbeira avatar nuxsmin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

syspass-doc's Issues

SSO Documentation is not avalailable

Looking through the documentation, there is no information on configuring SSO using Auth Basic. I am looking to configure with my identity provider.

NGINX documentation

Sent an email but didn't see a reply, so unsure if you received it.

I installed sysPass in two instances, and documented the process during the second install.

https://github.com/yycengbers/syspass-nginx

Any suggested edits are welcome of course. This might help you with the NGINX questions that come up.

Bug - Clickable URLs bugged

Introduced in version 3.2.5, the URLs that have http:// or https:// in the beggining were alwais clickable,
but in this version, when you click, it bugs.
image
It redirects in a bugged way, opens in the syspassurl slash the link, in a bugged way:
image

API documentation: usergroup method is userGroup

nuxsmin, I'm testing syspass 3.0.5 docker image solution.
I'm developing python code to migrate accounts from CSV file and I was a few hours troubleshooting why this api request doesn't work

{
  "jsonrpc": "2.0",
  "method": "usergroup/search",
  "params": {
    "authToken": ""
  },
  "id": 1
}

API Response:
{'jsonrpc': '2.0', 'error': {'message': 'Oops, it looks like this content does not exist...', 'code': -32601, 'data': None}, 'id': 1}

This is the API documentation
image

Finally, analyzing the code found that all references are userGroup with case G.

This works!

{
  "jsonrpc": "2.0",
  "method": "userGroup/search",
  "params": {
    "authToken": ""
  },
  "id": 1
}

Can you please fix this in docs?

Thanks!

Juan

sysPass 3.2 password policy

Good afternoon! How can I configure password policy settings when creating a new account (Use letters, use numbers...), I would like to separate the special Unicode characters from those that can be typed on the keyboard. Thanks.

default syspass database server & database name issue

im trying to install on debian via docker-compose and found this misstypo:
default server should be an syspass-db because we are using docker :)
image
also there are no database in mariadb, u can check it by yourself:

image

Updating With Docker Documentation

Updating to recent versions using Docker is not well documented.

Originally installed using the docker compose method and now that v3.1 is out I'm not sure on the approprate upgrade process for my situation.

Can you provide more details pertaining to the update process for those of us that used the quick install methods?

  • Do we just download the new repo and relaunch the container?
  • Are the config/backup files properly volumed so we don't need to worry about copying them over?
  • Are there any potential pitfalls that we may encounter on the way to new versions?

Thanks for the awesome app!

Questions about the API: Users & Groups

Hello,

I'm currently evaluating syspass.
Due to a mass of passwords I want to use the API to migrate the accounts from the old passwordtool to the new one.
While testing with the API I expired 4 Problems/Questions:

  1. There is no API Calls documented to view the users or get the userID which I can be insert to the userGroup.

  2. If i view an Account I see there only one userGroup - in the GUI I can add multiple userGroups to an Account.

  3. API Right Management: If i want an API User which has all 29 rights: Do I really need to add each right in a new Line in the GUI?

  4. API Right Management: If my API User is part of an Administrator group: Why can't I see all Accounts via API?

Thank you very much.

Bug - Space apeears before notes

Updating to version 3.2.4 introduced a bug, that makes any notes we make in an account, having a space at the beginning, easily testable, because happens in any account.
image

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.