Update for 2026, add bin/deploy
This commit is contained in:
parent
87bea7260b
commit
4637543da2
5 changed files with 19 additions and 13 deletions
5
Makefile
5
Makefile
|
@ -8,11 +8,10 @@ OUTPUTDIR=$(BASEDIR)/output
|
||||||
CONFFILE=$(BASEDIR)/pelicanconf.py
|
CONFFILE=$(BASEDIR)/pelicanconf.py
|
||||||
PUBLISHCONF=$(BASEDIR)/publishconf.py
|
PUBLISHCONF=$(BASEDIR)/publishconf.py
|
||||||
|
|
||||||
SSH_HOST=2025.fossy.us
|
SSH_HOST=140.211.166.3
|
||||||
SSH_PORT=22
|
SSH_PORT=22
|
||||||
SSH_USER=debian
|
SSH_USER=debian
|
||||||
SSH_TARGET_DIR=/var/www/2025.fossy.us/
|
SSH_TARGET_DIR=/var/www/fossy-placeholder
|
||||||
|
|
||||||
|
|
||||||
DEBUG ?= 0
|
DEBUG ?= 0
|
||||||
ifeq ($(DEBUG), 1)
|
ifeq ($(DEBUG), 1)
|
||||||
|
|
7
bin/deploy
Executable file
7
bin/deploy
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e # Abort on failure
|
||||||
|
|
||||||
|
git push
|
||||||
|
make publish
|
||||||
|
make rsync_upload
|
|
@ -1,15 +1,15 @@
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name 2025.fossy.us;
|
server_name 2026.fossy.us;
|
||||||
root /var/www/2025.fossy.us;
|
root /var/www/2026.fossy.us;
|
||||||
index index.html;
|
index index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
server_name 2025.fossy.us;
|
server_name 2026.fossy.us;
|
||||||
root /var/www/2025.fossy.us;
|
root /var/www/2026.fossy.us;
|
||||||
index index.html;
|
index index.html;
|
||||||
ssl_certificate /etc/letsencrypt/live/2025.fossy.us/fullchain.pem
|
ssl_certificate /etc/letsencrypt/live/2026.fossy.us/fullchain.pem
|
||||||
ssl_certificate_key /etc/letsencrypt/live/2025.fossy.us/privkey.pem
|
ssl_certificate_key /etc/letsencrypt/live/2026.fossy.us/privkey.pem
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
AUTHOR = 'Software Freedom Conservancy'
|
AUTHOR = 'Software Freedom Conservancy'
|
||||||
SITENAME = 'FOSSY 2025'
|
SITENAME = 'FOSSY 2026'
|
||||||
SITESUBTITLE = 'July 31st – August 3rd 2025 — Portland State University, OR'
|
SITESUBTITLE = 'July 31st – August 3rd 2026 — Portland State University, OR'
|
||||||
SITEURL = '2025.fossy.us'
|
SITEURL = '2026.fossy.us'
|
||||||
|
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<p>Software Freedom Conservancy will again hosting a community oriented conference this coming summer. FOSSY (Free and Open Source Software Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.</p>
|
<p>Software Freedom Conservancy will again hosting a community oriented conference this coming summer. FOSSY (Free and Open Source Software Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.</p>
|
||||||
<p>We will have community-led tracks with talks over four days. The call for tracks is <b><a href="https://sfconservancy.org/fossy/community-tracks/">currently open</a></b>! Previous tracks included community building, education, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. There will be hands on workshops, lightning talks and traditional 50 minute talks.</p>
|
<p>We will have community-led tracks with talks over four days. The call for tracks is <b><a href="https://sfconservancy.org/fossy/community-tracks/">currently open</a></b>! Previous tracks included community building, education, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. There will be hands on workshops, lightning talks and traditional 50 minute talks.</p>
|
||||||
<p>As we look to the future of conferences, we are excited to focus on using free software to run a conference and will seek to help reduce the amount of proprietary software that is treated as default.</p>
|
<p>As we look to the future of conferences, we are excited to focus on using free software to run a conference and will seek to help reduce the amount of proprietary software that is treated as default.</p>
|
||||||
<p>If you are interested in sponsoring our conference, please see our <b><a href="https://sfconservancy.org/static/docs/2025-prospectus.pdf">Sponsorship Prospectus</a></b> or contact us at conference@sfconservancy.org.</p>
|
<p>If you are interested in sponsoring our conference, please see our <b><a href="https://sfconservancy.org/static/docs/2026-prospectus.pdf">Sponsorship Prospectus</a></b> or contact us at conference@sfconservancy.org.</p>
|
||||||
<p>Talks from last year's FOSSY are <b><a href="https://www.youtube.com/playlist?list=PLKZPkdh3W2BLS8IgeeJ8dxCarexgvMH2b">available here</a></b>.</p>
|
<p>Talks from last year's FOSSY are <b><a href="https://www.youtube.com/playlist?list=PLKZPkdh3W2BLS8IgeeJ8dxCarexgvMH2b">available here</a></b>.</p>
|
||||||
<p>
|
<p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue