Tools & Resources URI Reference¶
Comprehensive list of all tools, technologies, and resources used in this Dolibarr Docker repository with their licenses and official links.
Core Technologies¶
| Tool | License | Official Site | Repository | Container/Package | Documentation |
|---|---|---|---|---|---|
| Dolibarr ERP/CRM | GPL-3.0-or-later | dolibarr.org | GitHub | Docker Hub | Wiki |
| Docker | Apache-2.0 | docker.com | GitHub | - | Docs |
| Docker Compose | Apache-2.0 | docs.docker.com | GitHub | - | Reference |
| MariaDB | GPL-2.0 | mariadb.org | GitHub | Docker Hub | Docs |
| Task Runner | MIT | taskfile.dev | GitHub | Installation | Usage |
Development Tools¶
| Tool | License | Official Site | Repository | Container/Package | Documentation |
|---|---|---|---|---|---|
| phpMyAdmin | GPL-2.0 | phpmyadmin.net | GitHub | Docker Hub | Docs |
| Alpine Linux | MIT | alpinelinux.org | GitHub | Docker Hub | Wiki |
Programming Languages & Frameworks¶
| Tool | License | Official Site | Repository | Package Manager | Documentation |
|---|---|---|---|---|---|
| PHP | PHP-3.01 | php.net | GitHub | - | Docs |
| JavaScript/Node.js | MIT | nodejs.org | GitHub | npm | Docs |
| Python | Python-2.0 | python.org | GitHub | PyPI | Docs |
| Bash | GPL-3.0 | gnu.org/software/bash | Savannah | - | Manual |
HTTP Clients & API Tools¶
| Tool | License | Official Site | Repository | Package | Documentation |
|---|---|---|---|---|---|
| cURL | MIT | curl.se | GitHub | - | Docs |
| Axios | MIT | axios-http.com | GitHub | npm | Docs |
| Python Requests | Apache-2.0 | requests.readthedocs.io | GitHub | PyPI | Docs |
Documentation & Markup¶
| Tool | License | Official Site | Repository | Package | Documentation |
|---|---|---|---|---|---|
| Markdown | BSD-style | daringfireball.net | GitHub GFM | - | Spec |
| Mermaid | MIT | mermaid.js.org | GitHub | npm | Live Editor |
| YAML | MIT | yaml.org | GitHub | - | Specification |
Package Managers & Libraries¶
| Tool | License | Official Site | Repository | Installation | Documentation |
|---|---|---|---|---|---|
| npm | Artistic-2.0 | npmjs.com | GitHub | Built-in with Node.js | Docs |
| pip | MIT | pip.pypa.io | GitHub | Built-in with Python | User Guide |
| Composer | MIT | getcomposer.org | GitHub | Download | Docs |
| Guzzle HTTP | MIT | docs.guzzlephp.org | GitHub | Packagist | Docs |
Operating Systems & Platforms¶
| Tool | License | Official Site | Repository | Container | Documentation |
|---|---|---|---|---|---|
| Ubuntu | Various (GPL) | ubuntu.com | Launchpad | Docker Hub | Docs |
| Debian | Various (GPL) | debian.org | Salsa | Docker Hub | Docs |
| Alpine Linux | MIT | alpinelinux.org | GitLab | Docker Hub | Wiki |
Cloud Platforms (Deployment Examples)¶
| Platform | Type | Official Site | Services Used | Documentation |
|---|---|---|---|---|
| Amazon Web Services | Commercial | aws.amazon.com | ECS, RDS, Secrets Manager | Docs |
| Google Cloud Platform | Commercial | cloud.google.com | Cloud Run, Cloud SQL | Docs |
| Kubernetes | Apache-2.0 | kubernetes.io | Container Orchestration | Docs |
Development & Deployment Tools¶
| Tool | License | Official Site | Repository | Usage | Documentation |
|---|---|---|---|---|---|
| Git | GPL-2.0 | git-scm.com | GitHub | Version Control | Reference |
| GitHub | Commercial | github.com | - | Code Hosting, CI/CD | Docs |
| Nginx | BSD-2-Clause | nginx.org | GitHub | Reverse Proxy | Docs |
| HAProxy | GPL-2.0 | haproxy.org | GitHub | Load Balancer | Docs |
Monitoring & Observability¶
| Tool | License | Official Site | Repository | Usage | Documentation |
|---|---|---|---|---|---|
| Prometheus | Apache-2.0 | prometheus.io | GitHub | Monitoring | Docs |
| Grafana | AGPL-3.0 | grafana.com | GitHub | Dashboards | Docs |
API Testing & Development¶
| Tool | License | Official Site | Repository | Usage | Documentation |
|---|---|---|---|---|---|
| Postman | Commercial | postman.com | - | API Testing | Learning Center |
| HTTPie | BSD-3-Clause | httpie.io | GitHub | CLI HTTP Client | Docs |
| jq | MIT | jqlang.github.io | GitHub | JSON Processor | Manual |
Network & Storage¶
| Tool | License | Official Site | Repository | Usage | Documentation |
|---|---|---|---|---|---|
| NFS | GPL-2.0 | sourceforge.net | Linux NFS | Network File System | Linux NFS Docs |
| GlusterFS | GPL-2.0 | gluster.org | GitHub | Distributed Storage | Docs |
License Summary¶
Open Source Licenses¶
| License | Tools |
|---|---|
| Apache-2.0 | Docker, Docker Compose, Prometheus, Python Requests, Kubernetes |
| GPL-2.0 | MariaDB, phpMyAdmin, HAProxy, NFS, GlusterFS, Git |
| GPL-3.0 | Dolibarr ERP/CRM, Bash |
| MIT | Task Runner, Alpine Linux, Node.js, Axios, Mermaid, YAML, pip, Composer, Guzzle, jq, cURL |
| PHP-3.01 | PHP |
| Python-2.0 | Python |
| BSD-style | Markdown, Nginx |
| BSD-3-Clause | HTTPie |
| AGPL-3.0 | Grafana |
| Artistic-2.0 | npm |
Commercial/Proprietary¶
| Service | Provider | Usage |
|---|---|---|
| AWS Services | Amazon | ECS, RDS, Secrets Manager |
| Google Cloud Platform | Cloud Run, Cloud SQL | |
| GitHub | Microsoft | Code Hosting, CI/CD Actions |
| Postman | Postman Inc. | API Testing |
Support & Community¶
Official Communities¶
| Community | Link | Description |
|---|---|---|
| Dolibarr Forum | dolibarr.org/forum | Official support forum |
| Docker Community | docker.com/community | Docker community resources |
| Task Community | GitHub Discussions | Task runner community |
Stack Overflow Tags¶
| Technology | Stack Overflow Tag | Link |
|---|---|---|
| Dolibarr | dolibarr |
stackoverflow.com |
| Docker | docker |
stackoverflow.com |
| Docker Compose | docker-compose |
stackoverflow.com |
| MariaDB | mariadb |
stackoverflow.com |
| Taskfile | taskfile |
stackoverflow.com |
Security Resources¶
Vulnerability Databases¶
| Resource | Link | Description |
|---|---|---|
| National Vulnerability Database | nvd.nist.gov | Official US government repository |
| CVE Details | cvedetails.com | Vulnerability statistics |
Security Scanners¶
| Tool | Link | Usage |
|---|---|---|
| Docker Security Scanning | Docker Hub | Container image scanning |
| Snyk | snyk.io | Open source vulnerability scanning |
| Trivy | GitHub | Container security scanner |
Compliance & Standards¶
Container Standards¶
| Standard | Link | Description |
|---|---|---|
| Docker Official Images | docker.com | Best practices for container images |
| OCI Specification | opencontainers.org | Open Container Initiative standards |
API Standards¶
| Standard | Link | Description |
|---|---|---|
| OpenAPI Specification | spec.openapis.org | REST API specification |
| Swagger | swagger.io | API development tools |
| REST API Standards | restfulapi.net | REST API design principles |
| HTTP/1.1 Specification | RFC 7231 | HTTP protocol specification |
Last Updated: 2024-08-24
Maintained with: Dolibarr Docker Project
License Compliance: All tools used in accordance with their respective licenses