Procházet zdrojové kódy

deploy: e995760dd9f3089ae99e6c42c457d79c52f5dcc0

jefftriplett před 1 dnem
rodič
revize
770f7c447c
4 změnil soubory, kde provedl 56 přidání a 7 odebrání
  1. 39 3
      index.html
  2. 14 3
      llms-full.txt
  3. 2 0
      llms.txt
  4. 1 1
      search.json

+ 39 - 3
index.html

@@ -901,6 +901,28 @@
   
 </li>
         
+          <li class="md-nav__item">
+  <a href="#deployment-services" class="md-nav__link">
+    <span class="md-ellipsis">
+      <span class="md-typeset">
+        Deployment Services
+      </span>
+    </span>
+  </a>
+  
+</li>
+        
+          <li class="md-nav__item">
+  <a href="#self-hosted-deployment" class="md-nav__link">
+    <span class="md-ellipsis">
+      <span class="md-typeset">
+        Self-Hosted Deployment
+      </span>
+    </span>
+  </a>
+  
+</li>
+        
       </ul>
     </nav>
   
@@ -1100,6 +1122,9 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
 <li><a href="#urls">URLs</a></li>
 <li><a href="#users">Users</a></li>
 <li><a href="#views">Views</a></li>
+<li><a href="#developer-tools">Developer Tools</a></li>
+<li><a href="#templates-1">Templates</a></li>
+<li><a href="#static-analysis">Static Analysis</a></li>
 <li><a href="#python-packages">Python Packages</a></li>
 <li><a href="#resources">Resources</a></li>
 <li><a href="#official-resources">Official Resources</a></li>
@@ -1114,6 +1139,8 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
 <li><a href="#hosting">Hosting</a></li>
 <li><a href="#paas-platforms-as-a-service">PaaS (Platforms-as-a-Service)</a></li>
 <li><a href="#iaas-infrastructure-as-a-service">IaaS (Infrastructure-as-a-Service)</a></li>
+<li><a href="#deployment-services">Deployment Services</a></li>
+<li><a href="#self-hosted-deployment">Self-Hosted Deployment</a></li>
 <li><a href="#projects">Projects</a></li>
 <li><a href="#boilerplate">Boilerplate</a></li>
 <li><a href="#open-source-projects">Open Source Projects</a></li>
@@ -1549,14 +1576,11 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
 <h2 id="hosting">Hosting<a class="headerlink" href="#hosting" title="Permanent link">&para;</a></h2>
 <h3 id="paas-platforms-as-a-service">PaaS (Platforms-as-a-Service)<a class="headerlink" href="#paas-platforms-as-a-service" title="Permanent link">&para;</a></h3>
 <ul>
-<li><a href="https://appliku.com">Appliku</a></li>
-<li><a href="https://dokku.com">Dokku</a></li>
 <li><a href="https://www.divio.com">Divio</a></li>
 <li><a href="https://fly.io">Fly</a></li>
 <li><a href="https://cloud.google.com/python/django/">Google Cloud</a></li>
 <li><a href="https://www.heroku.com">Heroku</a></li>
 <li><a href="https://azure.microsoft.com/en-us/develop/python/">Microsoft Azure</a></li>
-<li><a href="https://github.com/piku/piku">Piku</a></li>
 <li><a href="https://upsun.com">Upsun</a></li>
 <li><a href="https://www.pythonanywhere.com">PythonAnywhere</a></li>
 <li><a href="https://railway.app">Railway</a></li>
@@ -1570,6 +1594,18 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
 <li><a href="https://aws.amazon.com/lightsail/">Amazon Lightsail</a></li>
 <li><a href="https://www.hetzner.com">Hetzner</a></li>
 </ul>
+<h3 id="deployment-services">Deployment Services<a class="headerlink" href="#deployment-services" title="Permanent link">&para;</a></h3>
+<p><em>Hosted services that deploy your app to servers you rent elsewhere.</em>
+- <a href="https://appliku.com">Appliku</a> - Django-focused deployment service for servers on DigitalOcean, Hetzner, AWS, and Linode.
+- <a href="https://www.deployhq.com">DeployHQ</a> - Deploys from Git to your servers over SSH, SFTP, or S3, with build steps and rollbacks.</p>
+<h3 id="self-hosted-deployment">Self-Hosted Deployment<a class="headerlink" href="#self-hosted-deployment" title="Permanent link">&para;</a></h3>
+<p><em>Open source tools that deploy your app to servers you own.</em>
+- <a href="https://coolify.io">Coolify</a> - Self-hosted PaaS with a web UI for Docker apps and databases, with an optional paid cloud control plane.
+- <a href="https://dokploy.com">Dokploy</a> - Self-hosted PaaS with a web UI, built on Docker and Traefik, with an optional paid cloud control plane.
+- <a href="https://caprover.com">CapRover</a> - Self-hosted PaaS with a web UI and one-click apps, built on Docker Swarm.
+- <a href="https://kamal-deploy.org">Kamal</a> - Deploy containers to any server over SSH with zero downtime, from Basecamp.
+- <a href="https://dokku.com">Dokku</a> - Docker-powered PaaS with Heroku-style git push deploys.
+- <a href="https://github.com/piku/piku">Piku</a> - Tiny Heroku-style PaaS for git push deploys to a single server.</p>
 <h2 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h2>
 <h3 id="boilerplate">Boilerplate<a class="headerlink" href="#boilerplate" title="Permanent link">&para;</a></h3>
 <ul>

+ 14 - 3
llms-full.txt

@@ -417,14 +417,11 @@ _Django 5_
 ## Hosting
 
 ### PaaS (Platforms-as-a-Service)
-- [Appliku](https://appliku.com)
-- [Dokku](https://dokku.com)
 - [Divio](https://www.divio.com)
 - [Fly](https://fly.io)
 - [Google Cloud](https://cloud.google.com/python/django/)
 - [Heroku](https://www.heroku.com)
 - [Microsoft Azure](https://azure.microsoft.com/en-us/develop/python/)
-- [Piku](https://github.com/piku/piku)
 - [Upsun](https://upsun.com)
 - [PythonAnywhere](https://www.pythonanywhere.com)
 - [Railway](https://railway.app)
@@ -437,6 +434,20 @@ _Django 5_
 - [Amazon Lightsail](https://aws.amazon.com/lightsail/)
 - [Hetzner](https://www.hetzner.com)
 
+### Deployment Services
+_Hosted services that deploy your app to servers you rent elsewhere._
+- [Appliku](https://appliku.com) - Django-focused deployment service for servers on DigitalOcean, Hetzner, AWS, and Linode.
+- [DeployHQ](https://www.deployhq.com) - Deploys from Git to your servers over SSH, SFTP, or S3, with build steps and rollbacks.
+
+### Self-Hosted Deployment
+_Open source tools that deploy your app to servers you own._
+- [Coolify](https://coolify.io) - Self-hosted PaaS with a web UI for Docker apps and databases, with an optional paid cloud control plane.
+- [Dokploy](https://dokploy.com) - Self-hosted PaaS with a web UI, built on Docker and Traefik, with an optional paid cloud control plane.
+- [CapRover](https://caprover.com) - Self-hosted PaaS with a web UI and one-click apps, built on Docker Swarm.
+- [Kamal](https://kamal-deploy.org) - Deploy containers to any server over SSH with zero downtime, from Basecamp.
+- [Dokku](https://dokku.com) - Docker-powered PaaS with Heroku-style git push deploys.
+- [Piku](https://github.com/piku/piku) - Tiny Heroku-style PaaS for git push deploys to a single server.
+
 ## Projects
 
 ### Boilerplate

+ 2 - 0
llms.txt

@@ -58,6 +58,8 @@
 - [Hosting](https://awesomedjango.org/#hosting)
   - [PaaS (Platforms-as-a-Service)](https://awesomedjango.org/#paas-platforms-as-a-service)
   - [IaaS (Infrastructure-as-a-Service)](https://awesomedjango.org/#iaas-infrastructure-as-a-service)
+  - [Deployment Services](https://awesomedjango.org/#deployment-services)
+  - [Self-Hosted Deployment](https://awesomedjango.org/#self-hosted-deployment)
 - [Projects](https://awesomedjango.org/#projects)
   - [Boilerplate](https://awesomedjango.org/#boilerplate)
   - [Open Source Projects](https://awesomedjango.org/#open-source-projects)

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 1 - 1
search.json