mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
Add digital ocean page (#141)
* Add digital ocean page Fixes #139 * add alt * ignore DO link * change url
This commit is contained in:
parent
905f6ebbd5
commit
c96aa3d223
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: limjh16/jekyll-action-ts@v2
|
||||
with:
|
||||
enable_cache: true
|
||||
- run: bundle exec htmlproofer ./_site --no-enforce-https
|
||||
- run: bundle exec htmlproofer ./_site --no-enforce-https --ignore-urls "/marketplace.digitalocean.com/"
|
||||
name: Check links
|
||||
- name: Deploy
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}}
|
||||
|
@ -19,7 +19,7 @@ A [bare metal installation guide](https://docs.inventree.org/en/latest/start/int
|
||||
|
||||
### Cloud
|
||||
|
||||
A member of the team provides a [1-click app for InvenTree](https://marketplace.digitalocean.com/apps/inventree?refcode=d6172576d014) on the DigitalOcean marketplace.
|
||||
A member of the team provides a [1-click app for InvenTree](digitalocean) on the DigitalOcean marketplace.
|
||||
|
||||
### Other Options
|
||||
|
||||
|
20
digitalocean.md
Normal file
20
digitalocean.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
title: InvenTree x DigitalOcean
|
||||
---
|
||||
|
||||
<p>
|
||||
<a href="https://www.digitalocean.com/">
|
||||
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/PoweredByDO/DO_Powered_by_Badge_blue.svg" alt="Powered by DigitalOcean badge" width="201px">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## One-Click Install
|
||||
|
||||
<a href="https://marketplace.digitalocean.com/apps/inventree?refcode=d6172576d014"><img src="https://www.deploytodo.com/do-btn-blue-ghost.svg" alt="Deploy to DO" width="auto" height="40" /></a>
|
||||
|
||||
InvenTree is available as a one-click install on the DigitalOcean marketplace. The image makes use of the installer and is maintained by team memeber matmair. The source is available [here](https://github.com/invenhost/inventree_droplet).
|
||||
|
||||
## DigitalOcean Open Source Credits
|
||||
|
||||
DigitalOcean is kind enough to provide open source projects with free credits to use their services.
|
||||
InvenTree is a proud recipient of these credits and is currently switching the demo instance to use a droplet. If you are interested in applying for credits, you can do so [here](https://www.digitalocean.com/open-source/credits-for-projects).
|
Loading…
x
Reference in New Issue
Block a user