-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bda398b
commit 918a862
Showing
5 changed files
with
50 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.git* | ||
README.md | ||
Dockerfile |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*.bin filter=lfs diff=lfs merge=lfs -text | ||
*.chd filter=lfs diff=lfs merge=lfs -text | ||
*.dmg filter=lfs diff=lfs merge=lfs -text | ||
*.gz filter=lfs diff=lfs merge=lfs -text | ||
*.gzip filter=lfs diff=lfs merge=lfs -text | ||
*.img filter=lfs diff=lfs merge=lfs -text | ||
*.iso filter=lfs diff=lfs merge=lfs -text | ||
*.rom filter=lfs diff=lfs merge=lfs -text | ||
*.wasm filter=lfs diff=lfs merge=lfs -text | ||
*.zip filter=lfs diff=lfs merge=lfs -text |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: CICD | ||
on: push | ||
jobs: | ||
cicd: | ||
runs-on: ubuntu-latest | ||
permissions: { contents: read, packages: write, id-token: write } | ||
steps: | ||
- uses: internetarchive/cicd@v1 | ||
with: | ||
BASE_DOMAIN: 'dev.archive.org' | ||
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} | ||
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
NOMAD_VAR_HOSTNAMES: '["emularity-config"]' | ||
NOMAD_VAR_COUNT: 1 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*~ |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# IA S/W Emulation | ||
|
||
## example items | ||
- typical type of item: | ||
https://ia-petabox-csp.archive.org/details/gg_Star_Wars_1993LucasArts_Tiertex_Design_Studio_U.S._GoldUS | ||
|
||
- most challenging new `ruffle` type of item: | ||
https://ia-petabox-csp.archive.org/details/flash_loituma | ||
|
||
## current deployment | ||
https://emularity-config.dev.archive.org/ | ||
https://emularity-config.prod.archive.org/ | ||
|
||
## there are 3 related git repos & deployments: | ||
- https://github.com/internetarchive/emularity-engine | ||
- https://github.com/internetarchive/emularity-config | ||
- https://github.com/internetarchive/emularity-bios | ||
|
||
## prior archive.org source items with setup files: | ||
- https://archive.org/serve/emularity_engine_v1 | ||
- https://archive.org/serve/emularity_config_v1 | ||
- https://archive.org/serve/emularity_bios_v1 |