mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-18 17:14:39 -04:00
deploy button fixes
This commit is contained in:
parent
f99fd6f511
commit
c88e042445
2 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,9 @@
|
|||
spec:
|
||||
services:
|
||||
- name: archivebox
|
||||
image: archivebox/archivebox:latest
|
||||
image:
|
||||
registry_type: 'DOCKER_HUB'
|
||||
registry: 'archivebox'
|
||||
repository: 'archivebox'
|
||||
tag: 'latest'
|
||||
http_port: 8000
|
||||
|
|
|
@ -110,8 +110,8 @@ ls ./archive/*/index.json # or browse directly via the filesyste
|
|||
**🖥 Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL) **👾 CPUs:** amd64, x86, arm8, arm7 <sup>(raspi>=3)</sup>
|
||||
|
||||
|
||||
<a href="https://cloud.digitalocean.com/apps/new?repo=https://github.com/ArchiveBox/ArchiveBox/tree/dev?refcode=f7c41d4eeae1">
|
||||
<img src="https://www.deploytodo.com/do-btn-blue.svg" alt="Deploy to DigitalOcean (referral link)">
|
||||
<a href="https://cloud.digitalocean.com/apps/new?repo=https://github.com/ArchiveBox/ArchiveBox/tree/dev&refcode=f7c41d4eeae1">
|
||||
<img src="https://www.deploytodo.com/do-btn-blue-ghost.svg" alt="Deploy to DigitalOcean (referral link)">
|
||||
</a>
|
||||
|
||||
#### ⬇️ Initial Setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue