I hereby claim:
- I am eliyas5044 on github.
- I am eliyas5044 (https://keybase.io/eliyas5044) on keybase.
- I have a public key ASAXZPs4vk__bH1fdX6NMsPOH7uTCog9fAHFZf7gE40bwwo
To claim this, I am signing this object:
| # syntax=docker.io/docker/dockerfile:1.7 | |
| # PostgreSQL with PostGIS for ARM64 | |
| # Based on official postgres image with PostGIS extension | |
| ARG POSTGRES_VERSION=16 | |
| FROM postgres:${POSTGRES_VERSION}-bookworm | |
| # Re-declare build argument for use in labels | |
| ARG POSTGRES_VERSION=16 |
I hereby claim:
To claim this, I am signing this object:
To completely remove NGINX and Let's Encrypt (Certbot) from your Ubuntu server, you'll need to perform a series of steps to ensure that all files, configurations, and dependencies are properly removed.
Here's how to do it:
Before you remove NGINX, make sure it's stopped and disabled:
sudo systemctl stop nginxThis guide outlines how to configure Laravel services with systemd for background tasks like queues and custom commands.
Create the Service File
Create a service file at /etc/systemd/system/laravel_queue.service. Make sure to adjust the User, Group, and working directory path to match your server configuration.
Let's use the latest version of the in_app_purchase package in Flutter to implement the API integration for getting courses, a single course, and applying promo codes.
Ensure your pubspec.yaml file includes the latest in_app_purchase package:
dependencies:
flutter:
sdk: flutter
in_app_purchase_storekit: ^0.3.0
http: ^0.13.3