Skip to content

Commit

Permalink
Merge pull request #67 from AI-multimodal/upgrade
Browse files Browse the repository at this point in the history
upgrade tiled, change permissions
  • Loading branch information
dylanmcreynolds authored Jan 3, 2024
2 parents 5e2ae5a + 18d9896 commit c28ca8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy/spin/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ trees:
- newville
- nmc_sim
- nmc_sim_structure
- nmc_sim_vasp
authentication:
allow_anonymous_access: true
providers:
Expand Down
2 changes: 1 addition & 1 deletion deploy/spin/k8s/tiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
key: password
name: postgres-tiled-pass
optional: false
image: ghcr.io/bluesky/tiled:v0.1.0a111
image: ghcr.io/bluesky/tiled:v0.1.0a112
imagePullPolicy: Always
name: tiled
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/spin/web-frontend/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block main %}
<div class = "container">
<section class="section">
<h1 class="title">Explore from your web browser</h1>
<h1 class="title">Explore the AIMMDB from your web browser</h1>
<h2 class="subtitle">
Use a basic, data-oriented web interface to navigate Tiled.
</h2>
Expand Down

0 comments on commit c28ca8e

Please sign in to comment.