Skip to content

Commit

Permalink
Add DPG badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Nov 23, 2023
1 parent 44e0248 commit 257503b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# The Somleng Project

<p align="center">
<a href="https://digitalpublicgoods.net/registry/somleng.html">
<img src="https://user-images.githubusercontent.com/667909/181150972-e59a77ab-b657-4893-aef9-d3df1384a506.png" alt="DPG Approved" height="40">
</a>
</p>

## About this Repository

This repository is the entry point for The Somleng Project. The README links to the individual software components that make up Somleng. The repository also contains the source code for [somleng.org](https://www.somleng.org).
Expand Down
4 changes: 4 additions & 0 deletions infrastructure/somleng/core/templates/nat_instance/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash -x

# Get this data from inside EC2 instance
# TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"`
# curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/user-data

yum -y update
yum -y install iptables iptables-services jq

Expand Down

0 comments on commit 257503b

Please sign in to comment.