Private groups to share messages, photos, videos, links with friends and family.

Overview

A truly private space for you and your friends

What is Zusam ?

Zusam (/tsuˈzam/) is a free and open-source way to self-host private forums for groups of friends. Composed of a server written in PHP exposing a REST API and a lightweight webapp, Zusam is extensible and easy to install.
The goal is to make a stable, extensible, lightweight and user-friendly way to self-host private social groups.

More screenshots here

Demo

You can test Zusam right now on https://demo.zusam.org
The login is "zusam" and the password is "zusam". The instance is reset every hour.

Features

  • Links preview and embedded youtube, vimeo, imgur, soundcloud, twitch, bandcamp...
  • Video and image upload
  • Photo albums
  • Public link generation for messages
  • Completely responsive and mobile friendly
  • Low server footprint

Deployment

Zusam is composed of a PHP server and a single-page-application. The backend uses Symfony and Sqlite, the frontend is made with Preact and ParcelJS.

Requirements:

  • PHP 7.2+ (with iconv, mbstring, curl, xml, sqlite3 and imagick extensions)
  • Ffmpeg 3+
  • Yarn or NPM (only to compile the webapp)

Installation guides:

Status

The project has the goal of being really stable for the backend once 1.0 is hit. That means no database structure changes, an update system and a stable API.
The webapp can still change a lot after that point.
For now, Zusam is completely usable in a day-to-day basis but is subject to significative evolutions with upcoming updates and doesn't guarantee backwards compatibility.
I try my best to make updates as easy as possible.

Webapp compatibility

The webapp targets Firefox ESR and at most one-year old Chrome.
It should work on the latest versions of Edge and Safari but is not tested on them.

Contributing

Zusam is free and open-source software licensed under AGPLv3.
You can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository.

Comments
  • Can't login

    Can't login

    Hi, after today's commit can't login to Zusam. Two types of errors are in a log files:

    FastCGI sent in stderr: "PHP message: PHP Warning: require(/srv/zusam/public/api/../../api/vendor/autoload.php): failed to open stream: No such file or directory in /srv/zusam/public/api/index.php on line 8

    2019/04/08 07:42:59 [error] 28446#28446: *37 open() "/srv/zusam/public/sw.js" failed (2: No such file or directory)

    opened by lmolent 9
  • [Feature request] Register Zusam as a share intent on Android devices

    [Feature request] Register Zusam as a share intent on Android devices

    Register Zusam as a share intent on Android devices to add option share photos direct from i.e. gallery application or share link from browser etc. https://chodounsky.net/2019/03/24/progressive-web-application-as-a-share-option-in-android/

    opened by lmolent 4
  • Can't rename groups

    Can't rename groups

    First I tried renaming the Zusam group and it wouldn't let me. I figured it was the default group and sometimes you can't rename default groups. Then I tried renaming another group I made and it didnt let me again after pressing "save changes".

    bug 
    opened by ItsNoted 3
  • createdAt attribute in request payload not used

    createdAt attribute in request payload not used

    Hi, when trying post new message over API I can see in request payload createdAt attribute, but when I try change his value, message is still created with current timestamp. It would be nice have option to change message post date when importing old data from other instances or services (Google Plus Takeout i.e.) :)

    author: "44e9954c-c7a7-4895-..." children: [] createdAt: 1609330288 data: {text: "text", title: "title"} text: "text" title: "title" files: [] group: "bb16f4a4-2dc0-43c1-9c7c-..." lastActivityDate: 1609330288

    enhancement 
    opened by lmolent 3
  • dotenv error

    dotenv error

    image i am using the windows system and running the docker. when i run the command 'docker build -t zusam .' and the above error show. i think it is some config in correct. can you help to check? thank you.

    bug 
    opened by yearchan 2
  • Bump symfony/cache from 4.3.3 to 4.3.9 in /api

    Bump symfony/cache from 4.3.3 to 4.3.9 in /api

    Bumps symfony/cache from 4.3.3 to 4.3.9.

    Commits
    • 2a7bcc5 Merge branch '3.4' into 4.3
    • 3d9f46a Fix failures on PHP 7.4
    • 9dc6d6d Merge branch '3.4' into 4.3
    • 3da9b98 [Cache] Make sure we get the correct number of values from redis::mget()
    • 73e461c [Cache] Disable igbinary on PHP >= 7.4
    • f94d67b catch exceptions when using PDO directly
    • 83dca34 Merge branch '3.4' into 4.3
    • 8d5db9c security #cve-2019-18889 [Cache] forbid serializing AbstractAdapter and TagAw...
    • 30a51b2 [4.3] Remove unused local variables
    • 08b664a Merge branch '3.4' into 4.3
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 2
  • Bump symfony/security-http from 4.3.3 to 4.3.9 in /api

    Bump symfony/security-http from 4.3.3 to 4.3.9 in /api

    Bumps symfony/security-http from 4.3.3 to 4.3.9.

    Commits
    • 75e96df Merge branch '3.4' into 4.3
    • 2ddb064 [Security] Fix clearing remember-me cookie after deauthentication
    • 4fb6913 [Security] Fix SwitchUser is broken when the User Provider always returns a v...
    • 290b23a [Security\Core] throw AccessDeniedException when switch user fails
    • a2f67df [4.3] Remove unused local variables
    • e93ee6e Merge branch '3.4' into 4.3
    • 8b123e7 Remove unused local variables in tests
    • b91b6d4 Replace deprecated calls in tests
    • e64b44b Merge branch '3.4' into 4.3
    • fb11079 Don't let falsey usernames slip through
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 2
  • Coquille sur la page d'accueil

    Coquille sur la page d'accueil

    Salut, Projet très sympa découvert grâce à LinuxFR, j'aime beaucoup l'interface simple mais léchée, pas sûr par contre que je parvienne à convaincre mes paresseux d'amis (non-convertis à xmpp, par exemple) de tenter l'aventure avec moi :) Je voulais juste remonter une double-coquille sur la page d'accueil en anglais : c'est "Did you forget your password?" et pas "Did you forgot your password ?". En clair, forgot -> forget, et il n'y a pas d'espace avant le point d'interrogation en anglais. Bonne continuation !

    opened by minami-o 2
  • [Feature request] Timeline?

    [Feature request] Timeline?

    Very impressive and simple at the same time! Just one question: Is it possible to implement a timeline where one can follow all posts of a group? Or how one is supposed to do so now? Otherwise it would be a perfect solution also to be used in education, I think!

    opened by TheNomad11 2
  • Notification email doesn't work

    Notification email doesn't work

    Hi, notofication email for clean install from yesterday doesn't work and when I try zusam:notification-emails got:

    # php /srv/zusam/api/bin/console zusam:notification-emails
    
    10:00:39 WARNING   [php] Notice: Undefined variable: news ["exception" => ErrorException { …}]
    10:00:39 WARNING   [php] Warning: count(): Parameter must be an array or an object that implements Countable ["exception" => ErrorException { …}]
    
    opened by lmolent 2
  • Notification settings

    Notification settings

    In the notification email it's written that you can manage your notification settings in the settings section, but there isn't actually any option at all.

    opened by iustin-nita 1
  • Improve notification email template

    Improve notification email template

    The notification email template is not very user friendly. If you are not careful enough you can easily click on the link to unsubscribe from all notifications !

    176396159-290aa7b1-dfa3-4d41-be4c-f9b94d13211f

    enhancement 
    opened by iustin-nita 0
  • More control over invites and public sharing

    More control over invites and public sharing

    From what I can tell there is currently only one type of user account (i.e. there's no admin type account). The features to invite others and create public links are great! But I'd like control over them. For example, maybe only an admin user can use them. Maybe an admin user could enable or disable them by group. Maybe there could be a setting where people could be invited but need to be approved by an admin once they create their account. Maybe there could be single use invite codes that can only be used once (and optionally only an admin can create these).

    I recognise that this could be quite a lot of work, so in the mean time there could just be config values to enable/disable inviting or the creation of a public link for posts.

    enhancement 
    opened by Neriderc 2
  • Documentation

    Documentation

    As I watch all the new config options be added or considered, I'm starting to wonder what the long term documentation plan looks like?

    Keep using readme files on github? A github wiki? An external wiki (such as a MediaWiki site or Docusaurus)? Something else?

    It would be good for all these little config options to have somewhere to be collated.

    enhancement 
    opened by Neriderc 1
  • SSO Support

    SSO Support

    Are there any plans for implementing SSO?

    It would be helpful to integrate with SSO and provision the users through SAML/OIDC and use zusam as an extension on current environments.

    enhancement 
    opened by mprajescu 1
Releases(0.5.3)
  • 0.5.3(Oct 2, 2022)

    To upgrade, follow the upgrade guide.

    Log

    • Update French translation from Weblate
    • Rework notifications to mark them as read instead of removing them
    • Don't remove notifications older than 1 year anymore
    • Add easter egg to go to a random message within a group: /groups/:id/random
    • Display loading animation for files
    • Remove service workers
    • Fix bookmark handling
    • Fix a lot of glightbox display issues
    • Fix drag'n drop polyfill activating outside of writer
    • Fix marking notifications as read
    • Fix multi-queues file upload
    • Fix embed for some youtube URLs
    • Fix refresh of user-settings component

    Remarks

    Mostly bugfix release.

    Source code(tar.gz)
    Source code(zip)
  • 0.5.2(Sep 12, 2022)

    To upgrade, follow the upgrade guide.

    Log

    • Make files reordering possible via drag'n drop
    • Add dutch to the webapp languages (thanks Matthias)
    • Update container to alpine 3.16
    • Add some dev scripts
    • Replace nlg by glightbox
    • Add a route only for login throttling
    • Replace yarn by npm for the webapp
    • Rework container image creation process

    Remarks

    Minor feature release.

    Source code(tar.gz)
    Source code(zip)
  • 0.5.1(Jul 16, 2022)

    To upgrade, follow the upgrade guide.

    Log

    • Disable submit button if upload is in progress
    • Add parameters to the configuration file to
    • Throttle login attempts (vulnerability issue found by Mephue)
    • Add a lot of configuration parameters (check to .env file)
    • Switch default .env to "prod" instead of "dev"

    Remarks

    Mostly bugfix release.

    Source code(tar.gz)
    Source code(zip)
  • 0.5(Apr 24, 2022)

    To upgrade, follow the upgrade guide.

    Log

    • Allow pasting image file from clipboard
    • Add a 'read' attribute to notifications (not used for now)
    • Add PrepareNotifications command
    • Add Tag entity (not used for now)
    • Add a 'type' attribute to message entities (not used for now)
    • Add bookmark entity
    • Add breadcrumbs navigation when displaying messages
    • Add loading background animation for messages
    • Use i18next for the translation
    • Use react router v6 as routing system
    • Better embed instagram posts
    • Correctly embed application/ogg links
    • Embed invidious links
    • Fix lichess blog urls embed
    • Fix links not being recognized as sometimes ending with a dot
    • Fix youtube shorts embeds
    • Limit notification list to 20 items
    • Remove RepairDatabase command
    • Remove image in-browser reduction
    • Upgrade container to alpine 3.15
    • Upgrade to Symfony 6
    • Upgrade to bootstrap 5.1
    • Upgrade to parcel v2
    • Upgrade to yarn berry

    Remarks

    Feature release.
    This update has a database structure change. Please see the corresponding migration file.
    The data migration procedure was changed for this update. Don't forget to backup your data before applying it.

    Source code(tar.gz)
    Source code(zip)
  • 0.4.5(Jun 25, 2021)

    To upgrade, follow the upgrade guide.

    Log

    • Add bot feature
    • Add UserStatistics command
    • Add GroupStatistics command
    • Add StorageStatistics command
    • Add spinner during search
    • Add warning when javascript is disabled
    • Allow messages to disable embeds with the no_embed key
    • Don't generate preview based on URLs on message creation
    • Limit number of notifications on the frontend to 100
    • Use alpine's composer in the container build
    • Fix api info 'allow_email' not being boolean
    • Fix nlg not hidding on navigation
    • Fix subpath issues on create-group

    Remarks

    Minor feature release.

    Source code(tar.gz)
    Source code(zip)
  • 0.4.4(Mar 3, 2021)

    To upgrade, follow the upgrade guide.

    Log

    • Add pdf upload support
    • Replace the "view original" button by a download button in the media view
    • Add confirmation effect on bookmark addition/removal
    • Fix a lot of possible crashes with the search
    • Fix twitch embeds
    • Fix ctrl+enter not working on multiple browsers (to send current message)
    • Fix issues when installing on a subpath

    Remarks

    Minor feature release.

    Source code(tar.gz)
    Source code(zip)
  • 0.4.3(Jan 17, 2021)

    To upgrade, follow the upgrade guide.

    Log

    • Fix lichess embeds
    • Avoid multiple calls to the endpoint for the same search
    • Fix public link not taking subpath into account
    • Use user submitted createdAt on message creation
    • Change display of video being converted
    • Change icon for the backButton
    • Display notification title on hover
    • Remove hover effect on avatars
    • Increase XL layout threshold
    • Fix bookmark board when some messages are missing
    • Rework options of PreparePreviews command
    • Update API dependencies (fix youtube embeds)

    Remarks

    Minor fix release.
    You can fix the existing youtube embeds (if some are missing) with the PreparePreviews command.

    php bin/console zusam:prepare-previews --force --filter=youtube.com
    php bin/console zusam:prepare-previews --force --filter=youtu.be
    

    I wanted to make this as the last 0.4.x update but it's hard for me to work on Zusam at the time.
    I decided that it's best to make some tiny releases. All the 0.4.x releases will be easy upgrades and can be done at once if you don't want to do each one.
    I started to work on the big 0.5 but it will probably be delayed to the end of the year.

    Source code(tar.gz)
    Source code(zip)
  • 0.4.2(Sep 5, 2020)

    To upgrade, follow the upgrade guide.

    Log

    • Add auto-generated API documentation at /api/doc
    • The webapp now correctly handles api upload capabilities
    • Enable reset of the user's own API key
    • Use the Symfony UUID polyfill
    • Embed arte.tv
    • Add a new feature: bookmarks
    • Rework file upload inner working to make them more reliable
    • Enhance notifications display
    • Various fixes

    Remarks

    Minor feature release.
    This release fixes support for emails login with a '+' in them. If you have user like that, they will not be able to log in anymore.
    You can fix this by running the following on the database:

    UPDATE user SET login = replace(login, ' ', '+');
    
    Source code(tar.gz)
    Source code(zip)
  • 0.4.1(Apr 21, 2020)

    To upgrade, follow the upgrade guide.

    Log

    • Rework the cache by offloading it to service workers.
    • Add ALLOW_* parameters to the API to only allow certain types of uploads
    • Embed lichess.org
    • Decorelate cache and long term storage
    • Use bootstrap as the base for the scss (again)
    • Add purgeCSS to remove unused compiled css
    • Display group names in messages
    • Rework message component (code simplifications)
    • Remove href for images while in edit mode (clicking on it would quit editing)
    • Various tiny fixes

    Remarks

    Mostly bugfix release.

    Source code(tar.gz)
    Source code(zip)
  • 0.4(Feb 16, 2020)

    To upgrade, follow the upgrade guide.

    Log

    • Rework backend to remove dependency to api-platform
    • Rework container to be compatible with podman
    • Start writing tests and prepare test environment
    • Store log outside of the database in a plain file
    • Upgrade to Preact 10
    • Upgrade to Symfony 5
    • Split out some modules from the webapp
    • Add notifications feature
    • Add reply to comments feature
    • Add search feature
    • Fix loadEnv issues on the backend
    • Add IDLE_HOURS parameter for the backend
    • Fix Uuid service from producing invalid UUIDs
    • Allow Zusam to be on a subpath of the domain
    • Fix notification emails
    • Add CSP headers to the container
    • Rework the container to be "podman compatible"
    • Create identicons for users without an avatar
    • Use prettier on the webapp

    Remarks

    Feature release.
    This update has a database structure change. Please see the corresponding migration file. A detailed blog post for this release can be read here

    Source code(tar.gz)
    Source code(zip)
  • 0.3.2(Aug 26, 2019)

    To upgrade, follow the upgrade guide.

    Log

    • Add installation guide for debian buster with apache
    • Add some necessary directories to git: data/cache and data/files
    • Fix dev scripts when used in a git worktree directory
    • Take timing from twitch url into account in embeds
    • Use fixed height images in the lightbox (nlg.js)

    Remarks

    Bugfix release.

    Source code(tar.gz)
    Source code(zip)
  • 0.3.1(Aug 1, 2019)

    To upgrade, follow the upgrade guide.

    Log

    • Add documentation for debian buster
    • Add user list in group-settings
    • Allow long format images
    • Display share button only if the user has more than 1 group
    • Fix avatar change and upscale its resolution
    • Fix english translation
    • Fix new messages not appearing immediately
    • Fix signup during invitation
    • Fix title input changing form when inputting a space
    • Remove demo instance files
    • Update dependencies and dockerfile packages

    Remarks

    Mostly bugfix release.

    Source code(tar.gz)
    Source code(zip)
  • 0.3(Jul 25, 2019)

    Log

    • Update to symfony 4.3
    • Switch security password encoder to 'auto'
    • Regenerate message preview on edition
    • Add "default group" option
    • Add Log and System entities
    • Add CleanLogs, CleanGroups, CleanMessages, RepairDatabase commands
    • Add message sharing feature
    • Rework Cron: will now be called on kernel.terminate event
    • Redirect nginx output to stdout
    • Return only JSON from the API
    • Avoid displaying empty messages
    • Simplify commands invocations
    • .env is now the default config and .env.local symlinks to data/config

    Remarks

    Feature release.
    This update has a database structure change. Please see the corresponding migration file.
    To upgrade, follow the upgrade guide.

    Cron tasks will now execute after each API call. This means that if your Zusam instance is visited sufficiently often, you don't need to call it from the system cron anymore.
    The first time RepairDatabase will be executed, it could take some time (and cause some API calls to timeout). To avoid this, you can execute it yourself during the upgrade (after having applied the SQL migration) with php api/bin/console zusam:repair-database.

    :warning: The configuration change (.env => .env.local) could impact you if you customized your configuration file paths. Make sure to update the symlink if necessary.
    These changes were made to be compliant with the symfony specifications:

    • https://symfony.com/doc/current/best_practices/configuration.html
    • https://symfony.com/doc/current/configuration/dot-env-changes.html
    Source code(tar.gz)
    Source code(zip)
  • 0.2(May 6, 2019)

    Feature release.

    Changes include:

    • Add slovak translation
    • Add opt-in notification emails
    • Fix video loading in albums
    • Add public link feature
    • Rework news styling
    • Fix gif upload
    • Declare the webapp as a PWA with a share-intent

    :warning: Support for PHP 7.1 was dropped.

    This update has a database structure change. Please see the corresponding migration file.
    To upgrade, follow the upgrade guide.

    Source code(tar.gz)
    Source code(zip)
  • 0.1.1(Mar 29, 2019)

    Mostly bugfix release.

    • Fix styling issues in chrome
    • Fix s6 lockups in docker
    • Fix lightbox on image urls
    • Add a writerId to each writer component to avoid edge cases
    • Add spanish translation
    Source code(tar.gz)
    Source code(zip)
  • 0.1(Mar 21, 2019)

  • 0.1-alpha.1(Jun 5, 2018)

Owner
Zusam
Private groups made easy.
Zusam
Private, self-hosted Composer/Satis repository with unlimited private and open-source packages and support for Git, Mercurial, and Subversion.

Private, self-hosted Composer/Satis repository with unlimited private and open-source packages and support for Git, Mercurial, and Subversion. HTTP API, HTTPs support, webhook handler, scheduled builds, Slack and HipChat integration.

Łukasz Lach 112 Nov 24, 2022
Private Composer registry for private PHP packages on AWS Serverless

Tug Tug is a Composer private registry for private PHP packages installable with Composer (1 and 2). The main idea of this project is to have an inter

Fxp 33 Oct 5, 2022
It is the latest version of private RAT called Xworm. I share this one for free, so leave the star⭐ to this repository

XWorm-RAT-cracked- It is the latest version of private RAT called Xworm. I share this one for free, so leave the star ⭐ to this repository COMPILING:

null 67 Jan 1, 2023
Optional package for Laravel to generate social share links.

Laravel Share Share links exist on almost every page in every project, creating the code for these share links over and over again can be a pain in th

Joren Van Hocht 466 Dec 21, 2022
ConFOMO is a simple tool that makes it easy to track your friends at conferences.

Connecting your online community with the real world, one conference at a time. Built in 4 hours to help me track who I wanted to meet at Laracon 2014

Tighten 74 Jul 20, 2022
Ask your friends to send you an anonymous message without knowing them

Ask your friends to send you an anonymous message without knowing them. ????????

Siavash 1 Apr 16, 2022
Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.

Admidio Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it

Admidio 212 Dec 30, 2022
A simple social groups compatible with ActivityPub.

A simple social groups compatible with ActivityPub.

wxw.moe 23 Dec 2, 2022
A Zabbix module to show groups/hosts as a tree under Monitoring -> Hosts Tree menu item

zabbix-module-hosts-tree Written according to Zabbix official documentation https://www.zabbix.com/documentation/current/manual/modules A Zabbix modul

BGmot 16 Dec 6, 2022
Nextcloud-App to add groups with AppDirect

App Direct Place this app in nextcloud/apps/ Building the app The app can be built by using the provided Makefile by running: make This requires the

Tim Vosskühler 3 Dec 2, 2022
Repman - PHP Repository Manager: packagist proxy and host for private packages

Repman - PHP Repository Manager Repman is a PHP repository manager. Main features: free and open source works as a proxy for packagist.org (speeds up

Repman 438 Jan 2, 2023
A Laravel Wrapper for the Binance API. Now easily connect and consume the Binance Public & Private API in your Laravel apps without any hassle.

This package provides a Laravel Wrapper for the Binance API and allows you to easily communicate with it. Important Note This package is in early deve

Moinuddin S. Khaja 7 Dec 7, 2022
Starless Sky: private, secure and untraceable identity system.

Descentralized network protocol providing smart identity over an secure layer. What is the Starless Sky Protocol? Starless Sky is a network protocol f

Starless Sky Protocol 3 Jun 19, 2022
DeNOTE: Encrypted, Private, and Secure Notes.

DeNOTE Welcome to DeNOTE, the private encrypted one-view note-taking platform. DeNOTE is still in beta, so our UI is not very good :(. WHAT IT DOES: D

mrfakename 1 Nov 7, 2022
Buy and sell crypto top 100 crypto with our fake currency. Donate to and use our referal links for discounts

PLEASE ENABLE SQLITE3 AND GD OR GD2 IN XAMPP TO RUN THE APP! (SEE HOW_TO_SETUP_XAMPP.gif) ![alt text](https://github.com/Tby23rd/Project1-Cryptosimul

Tabitha Maru 0 Dec 26, 2021
Your private self hosted composer repository with user management

Devliver Your private self-hosted composer repository. Requirements Docker MariaDB/MySQL the running docker container has access to private git reposi

Nikita Loges 53 Dec 30, 2022
Core for Geometry Dash Private Server

DX Core Core version: 1.3.001 Supported version of Geometry Dash: 1.0 - 1.3 Required version of PHP: 5.4+ (tested up to 7.4) Setup Upload the files on

DeXotik 5 Oct 22, 2022
Packeton - Private PHP package repository for vendors

Packeton - Private PHP package repository for vendors Fork of Packagist. The Open Source alternative of Private Packagist for vendors, that based on S

Uladzimir Tsykun 225 Jan 2, 2023
Initiated by me, enhanced by us, created for us. This is the fork (public) version separated from my private diary repository.

diary public repository Initiated by me, enhanced by us, created for us. This is the fork (public) version separated from my private diary repository.

Weicheng Ao 3 Jul 30, 2022