mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-30 12:46:52 +00:00
update
This commit is contained in:
parent
80213abf9b
commit
4936b157a1
|
@ -12,8 +12,8 @@ import 'app_config_repository.dart';
|
||||||
|
|
||||||
part 'app_config_state.dart';
|
part 'app_config_state.dart';
|
||||||
|
|
||||||
/// initializeing steps: |setHetznerKey
|
/// initializeing steps:
|
||||||
/// 1. Hetzner key |setCloudFlare
|
/// 1. Hetzner key |setHetznerKey
|
||||||
/// 2. Cloudflare key |setCloudflareKey
|
/// 2. Cloudflare key |setCloudflareKey
|
||||||
/// 3. Set Domain address |setDomain
|
/// 3. Set Domain address |setDomain
|
||||||
/// 4. Set Root user name password |setRootUser
|
/// 4. Set Root user name password |setRootUser
|
||||||
|
@ -115,11 +115,11 @@ class AppConfigCubit extends Cubit<AppConfigState> {
|
||||||
state.cloudFlareDomain.domainName,
|
state.cloudFlareDomain.domainName,
|
||||||
);
|
);
|
||||||
|
|
||||||
// await repository.createDnsRecords(
|
await repository.createDnsRecords(
|
||||||
// state.cloudFlareKey,
|
state.cloudFlareKey,
|
||||||
// serverDetails.ip4,
|
serverDetails.ip4,
|
||||||
// state.cloudFlareDomain,
|
state.cloudFlareDomain,
|
||||||
// );
|
);
|
||||||
|
|
||||||
emit(state.copyWith(
|
emit(state.copyWith(
|
||||||
isLoading: false,
|
isLoading: false,
|
||||||
|
|
Loading…
Reference in a new issue