Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds sqlite3 req, and fixes username setting in systemd service script #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

megalithic
Copy link

No description provided.

Copy link
Owner

@mhanberg mhanberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pull request!

@@ -64,7 +64,7 @@ After=network.target

[Service]
Type=simple
User="$USER"
User=$USER
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What problem is this solving? When I ran this on my server it produced User=mitch and that works.

@@ -9,6 +9,10 @@ This script administers:
- HTTPS using [certbot](https://certbot.eff.org/) provided by [Let's Encrypt](https://letsencrypt.org/).
- Enables Fathom has a service using [systemd](https://en.wikipedia.org/wiki/Systemd).

## Requirements

- sqlite3 (`sudo apt-get install sqlite3`)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind adding lines for wget, nginx, and certbot?

@@ -9,6 +9,10 @@ This script administers:
- HTTPS using [certbot](https://certbot.eff.org/) provided by [Let's Encrypt](https://letsencrypt.org/).
- Enables Fathom has a service using [systemd](https://en.wikipedia.org/wiki/Systemd).

## Requirements

- sqlite3 (`sudo apt-get install sqlite3`)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind adding the line hash sqlite3 || exit 1 to the beginning of the install script?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants