mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-19 01:15:11 -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:
|
spec:
|
||||||
services:
|
services:
|
||||||
- name: archivebox
|
- 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>
|
**🖥 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">
|
<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)">
|
<img src="https://www.deploytodo.com/do-btn-blue-ghost.svg" alt="Deploy to DigitalOcean (referral link)">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
#### ⬇️ Initial Setup
|
#### ⬇️ Initial Setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue