-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): additional pin to scaleway (#107)
* chore(ci): pin to scaleway * fix(scaleway): skip if already pinned * refactor: smoke-test-http after pins * fix(scaleway): work around broken --cid filter
- Loading branch information
Showing
3 changed files
with
65 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- | ||
This HTML page initializes IPFS Service Worker Gateway. | ||
The HTTP server behind this HTTP URL does not host this website. | ||
Instead, it sends basic website code along with JavaScript. The JS sets | ||
up a tool called IPFS Service Worker Gateway in the user's browser and | ||
uses JavaScript version of IPFS (https://helia.io/) to get IPFS blocks | ||
from content providers. | ||
CID hash verification and data assembly happens in the browser. | ||
Learn more about it here: https://github.com/ipfs-shipyard/helia-service-worker-gateway | ||
--> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title><%= htmlWebpackPlugin.options.title %></title> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/css/tachyons.min.css" | ||
/> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/ipfs.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/tachyons.min.css" integrity="sha256-MgEf5i1a74lVzhT+1R6mBbWCUeUaxC8sQTaN5GY+CoI=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ipfs.css" integrity="sha256-tlU/gvVvLjSbTOfSZyCzuQxY8QcmHPtJJ1oTXilA9gk=" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div id="root" class="montserrat f5"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters