Showing 180 open source projects for "stable-diffusion-webui"

View related business solutions
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 1

    pam-anyauth

    hook pam to authenticate users against anything

    This project allows pam to authenticate users against anything. We have a sql database of users with hashed passwords that we want to use for an sftp server. pam-anyauth combined with pam configurations allow the sftp server to permit/deny based on current credentials in the database. There is room to add more types of authentication and improve the overall process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    mod_psldap

    Apache LDAP Directory Manager

    mod_psldap is an Apache module for leveraging LDAP services built on the OpenLDAP library and the Apache APIs, to include web based A&A, web based updates to the LDAP store, server-side XSLT processing, and session management across servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JNDI DirContextSource (moved to GitHub)

    JNDI DirContext source builder utility

    A JNDI DirContext factory which works very much like a JDBC DataSource returning ready-to-use DirContext objects. This project has moved to https://github.com/michael-o/dirctxsrc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This module provides single sign-on behavior. The user types a passphrase when logging in and is allowed in if it decrypts the user's SSH private key. An ssh-agent is started and keys are added. For the entire session, the user types no more passwords.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 5
    Univention Corporate Server (UCS)

    Univention Corporate Server (UCS)

    An open source Identity & Access Management solution with AD-functions

    Univention Corporate Server (UCS) is our open integration platform offering centralized Identity & Access Management (IAM) with Nubus with a web portal. -Portal with Single Sign-On -Integrated IAM -Packaged integrations -App Center with enterprise applications -Active Directory integration -Platform for your entire IT -Operation on-premise, in the cloud, or hybrid The centerpiece of UCS is Nubus, our central IAM solution for managing identities, roles, and groups. The integrated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JXplorer - A Java Ldap Browser

    JXplorer - A Java Ldap Browser

    Mature LDAP, LDIF and DSML client with i18n support.

    A java LDAP client with LDIF support, security (inc SSL, SASL & GSSAPI), translated into many languages (inc. Chinese), online help, user forms and many other features. The commercial version is available at https://jxworkbench.com for $9.95. It extends JXplorer to include: - custom LDAP reporting - to pdf, word etc. - Find and Replace with regexp and attribute substitution - A secure password vault to store directory connections - etc. Support for JXplorer and JXWorkbench is...
    Leader badge
    Downloads: 995 This Week
    Last Update:
    See Project
  • 7

    msktutil (moved to GitHub)

    Active Directory Keytab Management

    Msktutil creates user or computer accounts in Active Directory, creates Kerberos keytabs on Unix/Linux systems, adds and removes principals to and from keytabs and changes the user or computer account's password. This project has moved to https://github.com/msktutil/msktutil
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    HTMF is a Java Hard Token Management Framework used to manage the complete livecycle of an organizations Smartcards and/or USB dongles. It communicates with the tokens through a PKCS11 interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PLEASE GO TO https://github.com/deksai/pam_abl A PAM module that provides auto blacklisting of hosts and users responsible for repeated failed authentication attempts. Generally configured so that blacklisted users still see normal login prompts but are guaranteed to fail to authenticate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 10
    The Node Director is a tool for managing distributed, hetergeneous UNIX Systems. Its functionality includes System Configuration, Application Distribution, NIS & NIS+ Management, User Creation and Dynamic System Documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pyadselfservice
    pyadselfservice is a software created using Python 3.5 and Django 1.10. This project aims to provide web based password change interface to the end users, for their Active Directory account. While changing the password, users won't not need to enter their current password. Which means users can change their password even if they have forgotten their current password. Moreover, while changing the password, this software will automatically unlock the user account if it is locked. The...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    PAM module which permits authentication for arbitrary services via ssh-agent. Written with sudo in mind, but like any auth PAM module, can be used for for many purposes.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 13
    Friend

    Friend

    An extensible authentication and authorization library for Clojure

    Friend is an extensible authentication and authorization library for Clojure Ring web applications. It streamlines user authentication, supports multiple workflows, and integrates role-based security cleanly into request handling. Ring middlewares for configuring and defining the scopes of authentication and authorization. Macros to clearly demarcate the scope of authentication and authorization within code that is "below" the level of Ring handlers where you can't use middlewares. Enables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    *NOTE* Migrated to http://github.com/cracklib/cracklib Next generation version of libCrack password checking library. As of Oct 2008 (reflected in 2.8.15 code release), licensed under LGPL.
    Leader badge
    Downloads: 2,286 This Week
    Last Update:
    See Project
  • 15
    A set of tools managed by Sustainable Software for identity and membership management within organisations, built on Zope and Plone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    gnupasswd

    gnupasswd

    gnupasswd - gnu change user password

    /usr/bin/passwd offers a "safe way" for root to edit /etc/passwd (or shadow). If setuid it allows regular users to change passwd without asking root to do changes for them. (note: does have learning curve on args to choose) gnupasswd - gnu change user password gnugpasswd - gnu change group password gnupasswd(1) has a goal to work with older login.c/linux and some newer too, also "getpwent" (any glibc). or help convert. gnupassd does pass only: leaves all else alone (compat). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    This project is a "C" implementation of http://www.hackinglinuxexposed.com/articles/20030115.html Moved to: https://github.com/11001100/authprogs
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    privacyidea

    privacyidea

    two factor authentication management system

    privacyIDEA is a management and authentication system for two factor authentication. You can use OTP tokens, OTP cards, SMS, Smartphone Apps to incorparte the second factor. It can even manage SSH keys and supports Offline OTP. The latest version can manage and enroll user certificates. Its modular design makes it easily enhancable. It runs on Linux. Applications and workflows can be connected to privacyIDEA hence enabling two factor authentication in your system logon, web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Internet Account Replication (IAR)

    Internet Account Replication (IAR)

    Replicates POSIX user credentials over the Internet - NIS replacement

    Internet Account Replication (IAR) replicates POSIX user credentials between hosts. It is like NIS, but it: * Is really easy to use -- it practically works out of the box; * Works over the Internet -- it is compatible with regular firewalls; and, * Uses SSH to encrypt the data-flow It relies upon GNU nsswitch.conf (in glibc) for integration. GNU GPL 3 licensed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Password quality checker for LDAP

    Plugin for OpenLDAP who checks password quality

    ppInspect become pqChecker (just change the name) OpenLDAP directory with the PPolicy overlay can manage a passwords policy, especially the password quality. Making this feature pass through adding a plug-in ( dynamic shared library) who execute the essential of job. pqChecker is this plug-in. Settings of passwords quality are: . Number of required uppercase characters. . Number of required lowercase characters. . Number of required special characters. . Number of required digits. ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Configure Unix users and groups in a MySQL database. It is system-wide like NIS or LDAP! It features open-ended database design and persistent connections. Works with NSS-compatible systems (Linux, Solaris, FreeBSD).
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    libpam-pgsql

    Project moved to github: https://github.com/pam-pgsql/pam-pgsql

    Project has been moved to github: https://github.com/pam-pgsql/pam-pgsql
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 23
    Wap Auto Index Advance

    Wap Auto Index Advance

    Auto Index wap is Advance of Download Portal (Multi Language)

    Djamolwap 13v -Advance Auto Index With Web Admin Panel + Multi Language + Themes ||||||||||||||||||||||||||||||||||||| New Updates ||||||||||||||||||||||||||||||||||||| - Multi Language Website 1) English 2) Urdu 3) Gujrati 4) Russian - User/Visitor manual change language website - Multi Language Plugin On/Off - Added Function in Admin Panel - Automatic All Mp3 Tag Setting Added _____________________________________________ Official Website : http://ai.djamol.com Demo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ntlmv2-auth

    NTLMv2 authentication library and filter for Java

    NTLMv2 SSO filter and API for Java, based on a JCIFS-extension from the "Liferay Portal" product (http://www.liferay.com).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OpenIAM Identity Manager

    OpenIAM Identity Manager

    The Identity Manager provides a solution to manage the user life cycle

    OpenIAM's Identity Manager provides a comprehensive Identity Management solution which allows organizations to to manage the full user life cycle. Features includes: User provisioning and de-provisioning, active synchronization, password management, audit, self service and delegated administration.
    Downloads: 0 This Week
    Last Update:
    See Project