Block a user
525 contributions in the last 12 months
Less
More
strapi date fields have a lack of precision
date2 field (date_2 column) added to vod table.
vod.date will need to be dropped once UI is switched over to vod.date2
Some patron names on patron list have extra trailing whitespace
closed in futureporn/futureporn-next@715a78a
Some patron names on patron list have extra trailing whitespace
Stalled notification is obtrusive
Pondering more on this, I realized a better solution. Delete the stalled notification.
The user already knows the video is stalled; we don't need to remind them.
The reason for the…
Stalled notification is obtrusive
strapi date fields have a lack of precision
Some patron names on patron list have extra trailing whitespace
automatic backups are failing
just for saving
# /etc/systemd/system/daily-backup.service
[Unit]
Description=futureporn-db Daily Backup
[Service]
Type=oneshot
ExecStart=/opt/daily-backup.sh
[Install]
WantedBy=…
automatic backups are failing
I implemented a fix.
chmod 755 /opt/daily-backup.sh
systemctl restart daily-backup.service
(got an error about b2 key scoped permissions)
b2-linux authorize-account…
automatic backups are failing
× daily-backup.service - futureporn-db Daily Backup
Loaded: loaded (/etc/systemd/system/daily-backup.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code)…