Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

kymane

Members
  • Joined

  • Last visited

  1. If like me after the setup of your Pixelfed instance you want to import data from your Instagram account, there is a bug with the version 0.12.4 of PixelFed. 😭 After the import of your Instagram's data zip file and the selection of images you want to import, the import queue may be stuck. It's possible to fix the problem with the following commands in the console of the web container : php artisan app:transform-imports chown -R www-data:www-data /var/www/public/storage/m/_v2/ The first command force the import and the second command fix the rights problem that made the imported pics not visible.
  2. Thanks a lot for this guide @tekolote. I don't know if it's a change with Unraid 7.0.0 or new docker version but I needed to add "network_mode: bridge" in docker-compose for service "web" and "worker" to allow Pixelfed container to communicate with mariadb/mysql and redis container. Without this command, a pixelfed network is created and it can't communicate with the standard bridge network for Unraid's container apps. I hope this information will be useful to those who might be stuck despite this guide.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.