{"id":22993484,"url":"https://github.com/yotron/s3app","last_synced_at":"2026-02-28T23:31:26.540Z","repository":{"id":65363972,"uuid":"548985963","full_name":"yotron/s3app","owner":"yotron","description":"S3App simplifies the access to a S3Buckets with a provider independent web based frontend which allows the visualizing and the management of the content of S3 buckets.","archived":false,"fork":false,"pushed_at":"2024-04-02T06:52:31.000Z","size":949,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T22:11:43.671Z","etag":null,"topics":["aws","s3","website"],"latest_commit_sha":null,"homepage":"https://www.yotron.de/s3app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yotron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-10T13:51:11.000Z","updated_at":"2024-10-06T14:23:59.000Z","dependencies_parsed_at":"2024-04-02T07:46:54.598Z","dependency_job_id":"51513681-d595-47dd-9b3b-f48f9c34ead0","html_url":"https://github.com/yotron/s3app","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.052631578947368474","last_synced_commit":"113273f2a6d47ed6bd970ca3a06b53dc291f1171"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/yotron/s3app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yotron%2Fs3app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yotron%2Fs3app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yotron%2Fs3app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yotron%2Fs3app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yotron","download_url":"https://codeload.github.com/yotron/s3app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yotron%2Fs3app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29954955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T22:53:01.873Z","status":"ssl_error","status_checked_at":"2026-02-28T22:52:50.699Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","s3","website"],"created_at":"2024-12-15T05:13:01.712Z","updated_at":"2026-02-28T23:31:26.502Z","avatar_url":"https://github.com/yotron.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![yotron](https://www.yotron.de/img/logo-yotron.png)](https://www.yotron.de)\n\n[YOTRON](https://www.yotron.de) is a consultancy company which is focused on DevOps, Cloudmanagement and\nData Management. Visit us on [www.yotron.de](https://www.yotron.de).\n\n# S3App\nS3 (Simple Storage Solution) is a object storage services to provide a web bases storages which works with simple http requests. It is known for its\nscalability, data availability, security and performance. Introduced by Amazon in AWS, other\nprovider of S3 compatible object storages are available just like possibilities for self-hosted solutions.  \n\n**S3App simplifies** the access to a S3Buckets with a provider independent web based frontend which allows\nthe visualizing and the management of the content of S3 buckets with an S3 provider independent web application, ....\n\nFor further information and the manual, please see [YOTRON/s3app](https://www.yotron.de/s3app/)\n\n## S3App URLs\nThe project contains code, build packages, container ... . Below an overview:\n\n| Type                  | Provider                        | URL                                                           |\n|-----------------------|---------------------------------|---------------------------------------------------------------|\n| S3App Manual          | yotron.de                       | https://www.yotron.de/en/s3app/                               |\n| Container             | hub.docker.com                  | https://hub.docker.com/r/yotronpublic/s3app                   | \n| Python Package (PyPi) | pypi.org                        | https://pypi.org/project/s3app/                               |  \n| HELM package          | artifacthub.io / helm.yotron.de | https://artifacthub.io/packages/helm/yotron-helm-charts/s3app |\n| Code/Contribution     | github.com                      | https://github.com/yotron/s3app/                              |\n| Problems/Feedback     | github.com                      | https://github.com/yotron/s3app/issues                        |\n\n## Installation\nWe provide two installation methods. A native installation on any OS which supports Python3 and a installation in Kubernetes via HELM.\nPer default, S3App runs on a sqlite database. Sqlite is recommended only for testing and on a standalone installation.\n\nIn production, you should use a PostgreSQL database for a better data persistency and to allow a HA setup with more S3App nodes.\n\nThe S3App has no TLS-termination (\"https\"). We recommend to use a Reverse Proxy like NGINX or Apache Web Server in front of S3App Web App for TLS termination.\n\nThe HELM project of S3App for Kubernetes contains all needed and recommended components. You can optionally install a NGINX Reverse Proxy and a PostgreSQL database with the project,\nbut you can also use separated applications.\n\n### Native\n#### Prerequisites\n- [Python3](https://www.python.org/)\n- [Python-pip](https://pip.pypa.io) for dependency installation\n- OpenLDAP for LDAP authentication\n- SSL for secured LDAP authentication\n- recommended: python3-venv to create a virtual environment for Python3\n- recommended: [PostgreSQL](https://www.postgresql.org/) database for the S3App metadata\n- recommended: A reverse proxy with TLS termination (e.g. NGINX).\n\n#### Prerequisites Python and pip\nS3App supports all current Python3 versions. It is tested with Python 3.9.x and 3.10.x\n\nTo check which Python version is running:\n```\nvagrant@bullseye:~$ python3 -V\nPython 3.9.2\n``` \nTo check which Pip version is running:\n``` \nvagrant@bullseye:~$ pip3 -V\npip 20.3.4 from /home/vagrant/s3app/lib/python3.9/site-packages/pip (python 3.9)\n``` \n\nIt is possible, that in your distribution Python must be called with `python` and `pip`.\n\nIf you need a Python installation from the scratch. Python3, Pip3 and python3-venv are available in the main OS distribution.\n\nFor Debian/Ubuntu:\n`sudo apt-get install python3 python3-pip python3-venv`\n\nFor RedHat/CentOS:\n`sudo yum install python3 python3-pip python3-venv`\n\n#### Prerequisites OpenLDAP and SSL\nFor authentication packages for authentication like OpenLDAP and SSL are needed  \nFor Debian/Ubuntu:\n`sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev`\n\nFor RedHat/CentOS:\n`sudo yum install python-devel openldap-devel`\n\n#### Installation\nThere are a lot of variants how to start a Python web project. We use a Python virtual environment for setting up S3App on a virtual environment. \nDepend on your environment and knowledge in Python the process can be different.\n\n1. Create a virtual environment of Python\n \n   1. Create a virtual environment for S3App\n   \n      ```\n      vagrant@bullseye:~$ python3 -m venv venv\n      ```\n\n   2. Activate your virtual environment\n\n      This steps is to repeat every time you want to restart S3App.\n   \n      ```\n      vagrant@bullseye:~$ source venv/bin/activate\n      (venv) vagrant@bullseye:~$\n      ```\n\n3. Install all Python dependencies needed for the project:\n\n   ```   \n   (s3app) vagrant@bullseye:~$ pip install s3app --upgrade\n   ```\n\n4. Start S3App server\n   ```   \n   (s3app) vagrant@bullseye:~$ s3app-run --host=0.0.0.0 --port=8080\n   2022-10-06 15:21:07,382:INFO:flask_appbuilder.base:Registering class S3View on menu \n   2022-10-06 15:21:07,383:INFO:flask_appbuilder.baseviews:Registering route /s3/\u003cstring:prefixUrl\u003e ('GET',)\n   2022-10-06 15:21:07,383:INFO:flask_appbuilder.baseviews:Registering route /s3/ ('GET',)\n   ...\n   2022-10-10 11:18:22,384:INFO:flask_appbuilder.base:Registering class S3View on menu \n   2022-10-10 11:18:22,385:WARNING:flask_appbuilder.base:View already exists S3View ignoring\n   2022-10-10 11:18:22,385:INFO:flask_appbuilder.base:Registering class S3IndexView on menu\n   2022-10-10 11:18:22,385:INFO:flask_appbuilder.baseviews:Registering route / ('GET',)\n   2022-10-10 11:18:22,424:INFO:waitress:Serving on http://0.0.0.0:8080\n   ```\n\n4. Open Browser and start S3App with one of the IPs mentioned above:\n\n   ![Login Site of S3App](https://www.yotron.de/s3app/login.png)\n\n   Your will automatically redirected to http://x.x.x.x:8080/login\n\n5. Login as a admin user\n   \n   The default credentials for the admin user are:\n \n   **Username**: admin\n\n   **Password**: admin\n\n   ![Dashboard of S3App](https://www.yotron.de/s3app/dashboard_item_empty.png)\n\n   Please see the [manual](https://www.yotron.de/s3app/) to allow access to buckets.\n\n\n### HELM\nYou find the installation instructions for Kubernetes [here](https://artifacthub.io/packages/helm/yotron-helm-charts/s3app)\n\n## Manual\nThe manual for S3App you find [here](https://www.yotron.de/s3app/)\n\n## Configuration\n### The dotenv file and `S3APP_CONF_FILE` variable\nYou can customize S3App with a setting defined in a dotenv file. The dotenv file can be chosen freely and you can put the file in a folder of your choice but \nthe file must be reachable by the S3App App. \n\nAdditionally, you need a environment variable `S3APP_CONF_FILE` with the path to your config file.\n\nFor example, for Linux you can set the environment variable with:\n```\nexport S3APP_CONF_FILE=/etc/s3app/.s3app\n```\nwith `.s3app` as the dotenv file name.\n\nThe file contains setting to the following topics:\n- customization of your S3App\n- Authentication\n\n### The parameter of the config file\n#### S3APP\n\n| name                  | example                              | description                                                                                                            | possible values                    | default |\n|-----------------------|--------------------------------------|------------------------------------------------------------------------------------------------------------------------|------------------------------------|---------|\n| S3APP_APP_NAME        | My Fancy S3 App                      | The name of your S3App. It is display in the head of your application.                                                 |                                    |         |\n| S3APP_APP_ICON        | https://myserver.com/my_own_logo.svg | The icon of your S3App as a html link. It is display in the head of your application.                                  |                                    |         |\n| S3APP_LOG_LEVEL       | info                                 | LogLevel for the Logging.                                                                                              | fatal, error, warning, info, debug | info    |\n| S3APP_LOG_FILE        | /var/log/s3app.log                   | When set logs are written to the mentioned file. If not set it is written to console (stdout).                         |                                    | not set |\n| S3APP_DB_TYPE         | postgresql                           | Type of database to use. Can be a SQLite or a PostgreSQL Database                                                      | sqlite, postgres                   | sqlite  |\n| S3APP_PG_DB_HOST      | k8s-1.mydatabse.com                  | Only if db-type postgres: Host name of the PostresSQL server.                                                          |                                    |         |\n| S3APP_PG_DB_PORT      | 5432                                 | Only if db-type postgres: Port number of the PostresSQL server.                                                        |                                    | 5432    |\n| S3APP_PG_DB_NAME      | s3app                                | Only if db-type postgres: Name of the PostgreSQL Database.                                                             |                                    |         |\n| S3APP_PG_DB_USER_NAME | s3app                                | Only if db-type postgres: Username to authenticate against the PostgreSQL Database                                     |                                    |         |                      \n| S3APP_PG_DB_USER_PW   | s3app                                | Only if db-type postgres: Password to authenticate against the PostgreSQL Database                                     |                                    |         |\n| S3APP_SECRET_KEY      | thisIsMyHiddenSecretKey              | A key which used to sign session cookies for protection against cookie data tampering. In production please change it. |                                    |         |\n\n#### Authentication general\n\n| name                        | example  | description                                                                                                                             | possible values | default   |\n|-----------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------|-----------|\n| S3APP_AUTH_TYPE             | database | Parameter to define the authentication method. It can be an authentication via LDAP or via the default database with name and password. | ldap, database  | database  |\n| AUTH_USER_REGISTRATION      |          | Parameter to define if a user can self registrate to S3App. With LDAP it must be set to True.                                           | True, False     | False     |\n| AUTH_USER_REGISTRATION_ROLE |          | Default role a user, when registered or authenticated via LDAP firstly.                                                                 | S3User, Admin   | S3User    |\n| AUTH_ROLES_MAPPING          |          | Mapping a LDAP group onto a S3App role `S3Manager`, `S3User` or `Admin`.                                                                |                 |           |\n| S3APP_SESSION_LIFETIME      | 1800     | Seconds of inactivity after which a user must re-login.                                                                                 |                 | 600       |\n\nExample of a role mapping\n```\nAUTH_ROLES_MAPPING = {\n    \"cn=s3user,ou=groups,dc=example,dc=com\": [\"S3Users\"],\n    \"cn=s3appadmins,ou=groups,dc=example,dc=com\": [\"Admin\"],\n}\n```\n\n#### Authentication LDAP\nTo allow authentication with LDAP, a LDAP group must be mapped onto one the S3App Role `S3Manager`, `S3User` or `Admin` . After the first authentication a new user, the user must be added to the `S3Access`\nor `S3Group`. Please see the [manual of S3App](https://www.yotron.de/s3app/).\n\n| name                      | example                                         | description                                                                                               | possible values | default |\n|---------------------------|-------------------------------------------------|-----------------------------------------------------------------------------------------------------------|-----------------|---------|\n| AUTH_LDAP_SERVER          | ldap://ldap.example.com                         | The URL of the LDAP server.                                                                               |                 |         |\n| AUTH_LDAP_USE_TLS         | False                                           | If the LDAP server allows TLS secured communication set to True.                                          | True, False     |         |\n| AUTH_LDAP_FIRSTNAME_FIELD | givenName                                       | Name of the field of the person LDAP entity with the given name.                                          |                 |         |\n| AUTH_LDAP_LASTNAME_FIELD  | sn                                              | Name of the field of the person LDAP entity with the last name.                                           |                 |         |\n| AUTH_LDAP_EMAIL_FIELD     | email                                           | Name of the field of the person LDAP entity with the email address.                                       |                 |         |\n| AUTH_LDAP_USERNAME_FORMAT | uid=%s,ou=users,dc=example,dc=com               | Distinguished name of the user to authenticate. `%s` will be replaced by the username of the S3App login. |                 |         |\n| AUTH_LDAP_APPEND_DOMAIN   | example.com                                     | When a username always has a domain appendix.                                                             |                 |         |\n| AUTH_LDAP_SEARCH          | ou=users,dc=example,dc=com                      | LDAP search string if a user is part of an organizational unit.                                           |                 |         |\n| AUTH_LDAP_UID_FIELD       | uid                                             | When using a LDAP search the filed name with the username of the organizational unit.                     |                 |         |\n| AUTH_LDAP_BIND_USER       | ldapadmin                                       | The bind user used for authentication against LDAP.                                                       |                 |         |\n| AUTH_LDAP_BIND_PASSWORD   | myHiddenPassword                                | The password of the bin user sed for authentication against LDAP.                                         |                 |         |\n| AUTH_LDAP_SEARCH_FILTER   | (memberOf=cn=myTeam,ou=teams,dc=example,dc=com) | Filter the user which are allowed to access S3App generally.                                              |                 |         |\n| AUTH_LDAP_GROUP_FIELD     | memberOf                                        | When using AUTH_ROLES_MAPPING the name of the field with the role DN.                                     |                 |         |\n\nYou find further information about how to configure LDAP against Microsoft AD or OpenLDAP [here](https://flask-appbuilder.readthedocs.io/en/latest/security.html#authentication-ldap).\n\n## The start parameter\nTo start of the S3App server simply call `s3app-run` as shown above. You have has the following parameter:\n\n| name     | short        | example   | description                            | default   |\n|----------|--------------|-----------|----------------------------------------|-----------|\n| HOST     | -s, --host   | 127.0.0.1 | Listener Host IP. 0.0.0.0 for all IPs. | 0.0.0.0   |\n| PORT     | -P, --port   | 8090      | Listener Host Port                     | 8080      |\n| THREADS  | -t --threads | 1         | Threads for parallelization            | 4         |\n\nWith `s3app-run -h` you get the possible configuration: \n\n```\n(s3app) vagrant@bullseye:~$ s3app-run -h\n...\nusage: s3app-run [-h] [-s HOST] [-p PORT] [-t THREADS]\nStart parameter for the S3App web server.\noptional arguments:\n-h, --help            show this help message and exit\n-s HOST, --host HOST  Listener Host IP. Default: 0.0.0.0\n-p PORT, --port PORT  Listener Host Port. Default: 8080.\n-t THREADS, --threads THREADS  Threads for parallelization. Default: 4.\n```\n   ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyotron%2Fs3app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyotron%2Fs3app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyotron%2Fs3app/lists"}