Install on iPad

1) Make sure your iPad and this computer are on the same Wi‑Fi network.
2) Start the server on this computer:
In a terminal, run python app.py. The server listens on your network by default (HOST=0.0.0.0, PORT=5000). You can change it with environment variables HOST and PORT.
3) On your iPad, open Safari and go to:
https://drinks.uttun.no
If the above URL shows 127.0.0.1 or localhost, replace it with your computer's IP address. On Windows, find it by running ipconfig and look for IPv4 Address (e.g., 192.168.1.23). Then open http://<that-ip>:5000/ on the iPad.

Install to Home Screen

  1. Open the site on iPad in Safari.
  2. Tap the Share icon.
  3. Choose "Add to Home Screen".
  4. Tap Add. The app installs and opens full‑screen.

After installing, you can use the app offline for the main pages thanks to the built‑in Service Worker.

Back to Home