Skip to content

Commit

Permalink
chore: update installation data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2024
1 parent 7530d8c commit 37afacb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion scripts/self-hosted/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ COPY public.subscriptions (id, billable_type, billable_id, type, paddle_id, stat
--

COPY public.swarms (id, team_id, created_at, updated_at, data) FROM stdin;
1 1 2024-09-01 00:00:00 2024-09-01 00:00:00 {"joinTokens": {"worker": "-", "manager": "-"}, "registries": [], "s3Storages": [], "managerNodes": [], "encryptionKey": "-", "registriesRev": 0, "s3StoragesRev": 0}
1 1 2024-09-01 00:00:00 2024-09-01 00:00:00 {"joinTokens": {"worker": "-", "manager": "-"}, "registries": [], "s3Storages": [], "managerNodes": [], "publicSSHKey": "", "encryptionKey": "-", "registriesRev": 0, "s3StoragesRev": 0}
\.


Expand Down
6 changes: 0 additions & 6 deletions scripts/self-hosted/install-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ if [ -z "$SKIP_CORE_INSTALL" ]; then
iptables -I DOCKER-USER -p tcp -s 127.0.0.1 --dport 2019 -j ACCEPT
iptables -I DOCKER-USER -p tcp --dport 2019 -j REJECT --reject-with tcp-reset

# Allow access to internal Docker Registry port
# Docker Registry will be available at registry.ptah.local:5000 on the overlay ptah_net network
iptables -I DOCKER-USER -p tcp -s 127.0.0.1 --dport 5050 -j ACCEPT
iptables -I DOCKER-USER -p tcp --dport 5050 -j REJECT --reject-with tcp-reset
echo '127.0.0.1 registry.ptah.local' >> /etc/hosts

netfilter-persistent save

rm -f /tmp/ptah-agent
Expand Down

0 comments on commit 37afacb

Please sign in to comment.